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
+