Add a bunch of missed localization strings, update english and finnish to match.

This commit is contained in:
shpuld 2017-11-08 12:34:15 +02:00
parent 5dca57cc05
commit 191bbe76a8
10 changed files with 71 additions and 25 deletions

View file

@ -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>