diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 72c192fcc..b5b242135 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -420,6 +420,7 @@ entry: buyingValue: Buying value freightValue: Freight value comissionValue: Commission value + description: Description packageValue: Package value isIgnored: Is ignored price2: Grouping diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index f95d3bff7..3ecf98da3 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -418,6 +418,7 @@ entry: buyingValue: Coste freightValue: Porte comissionValue: ComisiĆ³n + description: DescripciĆ³n packageValue: Embalaje isIgnored: Ignorado price2: Grouping diff --git a/src/pages/Entry/EntryLatestBuys.vue b/src/pages/Entry/EntryLatestBuys.vue index 986abb177..291b828c9 100644 --- a/src/pages/Entry/EntryLatestBuys.vue +++ b/src/pages/Entry/EntryLatestBuys.vue @@ -167,7 +167,7 @@ const columns = computed(() => [ }, }, { - label: t('globals.description'), + label: t('entry.latestBuys.description'), field: 'description', name: 'description', align: 'left',