Make string 'Refresh' and 'New update available' translatable (#524)

* Make string 'Refresh' and 'New update available' translatable

* Fix change password string
This commit is contained in:
zierbeek
2021-06-16 20:30:46 +02:00
committed by GitHub
parent 5a8555dd61
commit 81fd224d88
3 changed files with 6 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
<template v-slot:open="{ open }">
<v-btn color="info" class="mr-1" small @click="open">
<v-icon left>mdi-lock</v-icon>
Change Password
{{$t('settings.change-password')}}
</v-btn>
</template>