mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-07 17:04:34 +01:00
Add missing translation var
This commit is contained in:
parent
55a47a75f4
commit
25bb4d95ea
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<div class="mt-3 mb-6">
|
||||
<router-link class="is-link mt-5" :to="{ name: 'createGroup' }">
|
||||
<font-awesome-icon :icon="['fas', 'plus-circle']" /> Create new group
|
||||
<font-awesome-icon :icon="['fas', 'plus-circle']" /> {{ $t('groups.create_group') }}
|
||||
</router-link>
|
||||
</div>
|
||||
<div v-if="groups.length > 0">
|
||||
|
@ -14,6 +14,7 @@
|
||||
*/
|
||||
|
||||
'groups' => 'Groups',
|
||||
'create_group' => 'Create new group',
|
||||
'select_accounts_to_show' => 'Select accounts to show',
|
||||
'manage_groups' => 'Manage groups',
|
||||
'active_group' => 'Active group',
|
||||
|
Loading…
Reference in New Issue
Block a user