From 655f813b9b1ec25ce9a6026dfca3904d6468f599 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Fri, 20 Mar 2026 21:54:11 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-007=20=E2=80=94=20fix?= =?UTF-8?q?=20mobile=20label=20inconsistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "DATORII BUGET" → "DATORII LA BUGET" to match desktop text. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/modules/reports/components/solduri/SolduriCompactCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/reports/components/solduri/SolduriCompactCard.vue b/src/modules/reports/components/solduri/SolduriCompactCard.vue index d99c942..80f346e 100644 --- a/src/modules/reports/components/solduri/SolduriCompactCard.vue +++ b/src/modules/reports/components/solduri/SolduriCompactCard.vue @@ -548,7 +548,7 @@ const label = computed(() => { trezorerie: 'TREZORERIE', clienti: 'CLIENȚI', furnizori: 'FURNIZORI', - tva: 'DATORII BUGET', + tva: 'DATORII LA BUGET', cashflow: 'CASH FLOW' } return labels[props.type] || props.type.toUpperCase()