From 2449488927837d247432614b79bd948b1e358732 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Wed, 6 Mar 2024 19:00:50 -0300 Subject: [PATCH] Changes --- src/components/EditTableCellValueForm.vue | 45 ++++++++++++----------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/src/components/EditTableCellValueForm.vue b/src/components/EditTableCellValueForm.vue index 6d3b7b08b..9e48889a0 100644 --- a/src/components/EditTableCellValueForm.vue +++ b/src/components/EditTableCellValueForm.vue @@ -71,13 +71,9 @@ const closeForm = () => { -

- {{ - t('editBuyTitle', { - buysAmount: rows.length, - }) - }} -

+ {{ t('Edit') }} + {{ ` ${rows.length} ` }} + {{ t('buy(s)') }}
{
- +
@@ -129,13 +125,18 @@ const closeForm = () => { right: 20px; cursor: pointer; } + +.countLines { + font-size: 24px; + color: $primary; + font-weight: bold; +} - en: - editBuyTitle: Edit {buysAmount} buy(s) - es: - editBuyTitle: Editar {buysAmount} compra(s) - Field to edit: Campo a editar - Value: Valor - +es: + Edit: Editar + buy(s): compra(s) + Field to edit: Campo a editar + Value: Valor +