mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-19 05:30:51 +02:00
Add missing translation var
This commit is contained in:
parent
55a47a75f4
commit
25bb4d95ea
@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="mt-3 mb-6">
|
<div class="mt-3 mb-6">
|
||||||
<router-link class="is-link mt-5" :to="{ name: 'createGroup' }">
|
<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>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="groups.length > 0">
|
<div v-if="groups.length > 0">
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'groups' => 'Groups',
|
'groups' => 'Groups',
|
||||||
|
'create_group' => 'Create new group',
|
||||||
'select_accounts_to_show' => 'Select accounts to show',
|
'select_accounts_to_show' => 'Select accounts to show',
|
||||||
'manage_groups' => 'Manage groups',
|
'manage_groups' => 'Manage groups',
|
||||||
'active_group' => 'Active group',
|
'active_group' => 'Active group',
|
||||||
|
Loading…
Reference in New Issue
Block a user