diff --git a/src/pages/Customer/components/CustomerFileManagementActions.vue b/src/pages/Customer/components/CustomerFileManagementActions.vue index 105c12cf7..683f062ff 100644 --- a/src/pages/Customer/components/CustomerFileManagementActions.vue +++ b/src/pages/Customer/components/CustomerFileManagementActions.vue @@ -60,7 +60,7 @@ const setData = () => { size="sm" > - {{ t('Download file') }} + {{ t('actionFile', { action: t('globals.download') }) }} { size="sm" > - {{ t('Edit file') }} + {{ t('actionFile', { action: t('globals.edit') }) }} { size="sm" > - {{ t('Remove file') }} + {{ t('actionFile', { action: t('globals.remove') }) }} +en: + actionFile: '{action} file' es: - Download file: Descargar fichero - Edit file: Editar fichero - Remove file: Eliminar fichero + actionFile: '{action} fichero'