diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index de5a27ff2..6e7ab8222 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -343,6 +343,7 @@ globals: parking: Parking vehicleList: Vehicles vehicle: Vehicle + management: Worker management unsavedPopup: title: Unsaved changes will be lost subtitle: Are you sure exit without saving? diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 84ba150c4..aadaecadb 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -346,6 +346,7 @@ globals: parking: Parking vehicleList: Vehículos vehicle: Vehículo + management: Gestión de trabajadores unsavedPopup: title: Los cambios que no haya guardado se perderán subtitle: ¿Seguro que quiere salir sin guardar? diff --git a/src/pages/Worker/WorkerFilter.vue b/src/pages/Worker/WorkerFilter.vue index c40afe57e..22cf4987d 100644 --- a/src/pages/Worker/WorkerFilter.vue +++ b/src/pages/Worker/WorkerFilter.vue @@ -33,14 +33,6 @@ const getLocale = (label) => {