mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 08:43:19 +01:00
Better caption for the exit Profile button
This commit is contained in:
parent
63d9bd4b5c
commit
6058911a76
6
resources/js/langs/locales.js
vendored
6
resources/js/langs/locales.js
vendored
@ -38,7 +38,8 @@ export default {
|
||||
"profile": "Profile",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"save": "Save"
|
||||
"save": "Save",
|
||||
"close": "Close"
|
||||
},
|
||||
"errors": {
|
||||
"resource_not_found": "Resource not found",
|
||||
@ -293,7 +294,8 @@ export default {
|
||||
"profile": "Profil",
|
||||
"edit": "Modifier",
|
||||
"delete": "Supprimer",
|
||||
"save": "Enregistrer"
|
||||
"save": "Enregistrer",
|
||||
"close": "Fermer"
|
||||
},
|
||||
"errors": {
|
||||
"resource_not_found": "Ressource introuvable",
|
||||
|
@ -17,7 +17,7 @@
|
||||
<vue-footer :showButtons="true">
|
||||
<!-- Cancel button -->
|
||||
<p class="control">
|
||||
<router-link :to="{ name: 'accounts' }" class="button is-dark is-rounded">{{ $t('commons.cancel') }}</router-link>
|
||||
<router-link :to="{ name: 'accounts' }" class="button is-dark is-rounded">{{ $t('commons.close') }}</router-link>
|
||||
</p>
|
||||
</vue-footer>
|
||||
</div>
|
||||
|
@ -19,5 +19,6 @@
|
||||
'profile' => 'Profile',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'save' => 'Save'
|
||||
'save' => 'Save',
|
||||
'close' => 'Close'
|
||||
];
|
@ -19,5 +19,6 @@
|
||||
'profile' => 'Profil',
|
||||
'edit' => 'Modifier',
|
||||
'delete' => 'Supprimer',
|
||||
'save' => 'Enregistrer'
|
||||
'save' => 'Enregistrer',
|
||||
'close' => 'Fermer'
|
||||
];
|
Loading…
Reference in New Issue
Block a user