style(design): FINDING-007 — fix mobile label inconsistency

"DATORII BUGET" → "DATORII LA BUGET" to match desktop text.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-20 21:54:11 +00:00
parent 64a9a4aa99
commit 655f813b9b

View File

@@ -548,7 +548,7 @@ const label = computed(() => {
trezorerie: 'TREZORERIE', trezorerie: 'TREZORERIE',
clienti: 'CLIENȚI', clienti: 'CLIENȚI',
furnizori: 'FURNIZORI', furnizori: 'FURNIZORI',
tva: 'DATORII BUGET', tva: 'DATORII LA BUGET',
cashflow: 'CASH FLOW' cashflow: 'CASH FLOW'
} }
return labels[props.type] || props.type.toUpperCase() return labels[props.type] || props.type.toUpperCase()