diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 5ef3a5472..b3a85eefa 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -421,6 +421,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 cfadd57b3..d03ee9d5c 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -419,6 +419,7 @@ entry: buyingValue: Coste freightValue: Porte comissionValue: ComisiĆ³n + description: DescripciĆ³n packageValue: Embalaje isIgnored: Ignorado price2: Grouping diff --git a/src/pages/Entry/Card/EntryDescriptor.vue b/src/pages/Entry/Card/EntryDescriptor.vue index 807ccdae4..3c925ead6 100644 --- a/src/pages/Entry/Card/EntryDescriptor.vue +++ b/src/pages/Entry/Card/EntryDescriptor.vue @@ -135,14 +135,19 @@ watch; + +
+ + + {{ t('globals.collapseMenu') }} + + +
+
- - -