aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-08 12:34:15 +0200
committershpuld <shp@cock.li>2017-11-08 12:34:15 +0200
commit191bbe76a83123b5d63ec07af00723721552ddd7 (patch)
tree64e3e6768cf3611d48090e6dcd3c2ce7116f1c82 /src/App.vue
parent5dca57cc058bfb95e40e32714057cbf0d24ce679 (diff)
Add a bunch of missed localization strings, update english and finnish to match.
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 48cf9ea6..479358b2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -8,7 +8,7 @@
<div class='item right'>
<user-finder></user-finder>
<router-link :to="{ name: 'settings'}"><i class="icon-cog"></i></router-link>
- <a href="#" v-if="currentUser" @click.prevent="logout"><i class="icon-logout" title="Logout" ></i></a>
+ <a href="#" v-if="currentUser" @click.prevent="logout"><i class="icon-logout" :title="$t('login.logout')" ></i></a>
</div>
</div>
</nav>