From c50741b4bf4f7dd78abae0008cea36637239eac9 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Mon, 15 Apr 2024 08:51:48 -0300 Subject: [PATCH] Remove single quotes --- src/i18n/locale/en.yml | 12 ++++++------ src/i18n/locale/es.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index c4daec9fd..9fdea79a9 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -1125,12 +1125,12 @@ item: producer: Producer landed: Landed create: - name: 'Name' - tag: 'Tag' - priority: 'Priority' - type: 'Type' - intrastat: 'Intrastat' - origin: 'Origin' + name: Name + tag: Tag + priority: Priority + type: Type + intrastat: Intrastat + origin: Origin components: topbar: {} userPanel: diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 82961068b..643378408 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -1122,12 +1122,12 @@ item: producer: Productor landed: F. entrega create: - name: 'Nombre' - tag: 'Etiqueta' - priority: 'Prioridad' - type: 'Tipo' - intrastat: 'Intrastat' - origin: 'Origen' + name: Nombre + tag: Etiqueta + priority: Prioridad + type: Tipo + intrastat: Intrastat + origin: Origen components: topbar: {} userPanel: