diff --git a/src/components/UserPanel.vue b/src/components/UserPanel.vue index 2f191691a7..98334460a7 100644 --- a/src/components/UserPanel.vue +++ b/src/components/UserPanel.vue @@ -164,7 +164,7 @@ const isEmployee = computed(() => useRole().isEmployee()); class="q-mt-sm q-px-md" :to="`/worker/${user.id}`" color="primary" - :label="t('My account')" + :label="t('globals.myAccount')" dense />
@@ -270,7 +270,3 @@ const isEmployee = computed(() => useRole().isEmployee()); } } - -es: - My account: Mi cuenta - diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 12680d0cb8..9371400295 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -263,6 +263,7 @@ globals: title: Unsaved changes will be lost subtitle: Are you sure exit without saving? createInvoiceIn: Create invoice in + myAccount: My account errors: statusUnauthorized: Access denied statusInternalServerError: An internal server error has ocurred diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 747a10d519..9979586f44 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -265,7 +265,7 @@ globals: title: Los cambios que no haya guardado se perderán subtitle: ¿Seguro que quiere salir sin guardar? createInvoiceIn: Crear factura recibida - + myAccount: Mi cuenta errors: statusUnauthorized: Acceso denegado statusInternalServerError: Ha ocurrido un error interno del servidor