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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user