diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js index 3504f2e4d..6de8634b5 100644 --- a/src/i18n/en/index.js +++ b/src/i18n/en/index.js @@ -1251,11 +1251,11 @@ export default { }, create: { name: 'Name', - tag: 'Etiqueta', - priority: 'Prioridad', - type: 'Tipo', + tag: 'Tag', + priority: 'Priority', + type: 'Type', intrastat: 'Intrastat', - origin: 'Origen', + origin: 'Origin', }, }, components: { diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js index 0ace0e13b..a8a21bfeb 100644 --- a/src/i18n/es/index.js +++ b/src/i18n/es/index.js @@ -1249,7 +1249,7 @@ export default { landed: 'F. entrega', }, create: { - name: 'Name', + name: 'Nombre', tag: 'Etiqueta', priority: 'Prioridad', type: 'Tipo',