mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-17 02:41:13 +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",
|
"profile": "Profile",
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
"save": "Save"
|
"save": "Save",
|
||||||
|
"close": "Close"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"resource_not_found": "Resource not found",
|
"resource_not_found": "Resource not found",
|
||||||
@ -293,7 +294,8 @@ export default {
|
|||||||
"profile": "Profil",
|
"profile": "Profil",
|
||||||
"edit": "Modifier",
|
"edit": "Modifier",
|
||||||
"delete": "Supprimer",
|
"delete": "Supprimer",
|
||||||
"save": "Enregistrer"
|
"save": "Enregistrer",
|
||||||
|
"close": "Fermer"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"resource_not_found": "Ressource introuvable",
|
"resource_not_found": "Ressource introuvable",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<vue-footer :showButtons="true">
|
<vue-footer :showButtons="true">
|
||||||
<!-- Cancel button -->
|
<!-- Cancel button -->
|
||||||
<p class="control">
|
<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>
|
</p>
|
||||||
</vue-footer>
|
</vue-footer>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,5 +19,6 @@
|
|||||||
'profile' => 'Profile',
|
'profile' => 'Profile',
|
||||||
'edit' => 'Edit',
|
'edit' => 'Edit',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Delete',
|
||||||
'save' => 'Save'
|
'save' => 'Save',
|
||||||
|
'close' => 'Close'
|
||||||
];
|
];
|
@ -19,5 +19,6 @@
|
|||||||
'profile' => 'Profil',
|
'profile' => 'Profil',
|
||||||
'edit' => 'Modifier',
|
'edit' => 'Modifier',
|
||||||
'delete' => 'Supprimer',
|
'delete' => 'Supprimer',
|
||||||
'save' => 'Enregistrer'
|
'save' => 'Enregistrer',
|
||||||
|
'close' => 'Fermer'
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user