From 4ec4cdf4ba28c7bdb40d23ad57dd23b593bb820b Mon Sep 17 00:00:00 2001 From: Padreug Date: Fri, 26 Jun 2026 10:54:40 +0200 Subject: [PATCH] feat(libra): surface the "Other" account hint as a warning callout Move the "Use the Other account if you're not sure" guidance out of the plain instruction line and into a prominent amber Alert with a warning icon, on both the expense and income account-selection steps. Split the income i18n string into selectAccount + a new otherAccountHint key (en/fr/es + types). --- src/accounting-app/views/AddIncome.vue | 9 ++++++++- src/i18n/locales/en.ts | 3 ++- src/i18n/locales/es.ts | 3 ++- src/i18n/locales/fr.ts | 3 ++- src/i18n/types.ts | 1 + src/modules/expenses/components/AddExpense.vue | 12 +++++++++--- 6 files changed, 24 insertions(+), 7 deletions(-) diff --git a/src/accounting-app/views/AddIncome.vue b/src/accounting-app/views/AddIncome.vue index a3d044f..cc2938f 100644 --- a/src/accounting-app/views/AddIncome.vue +++ b/src/accounting-app/views/AddIncome.vue @@ -81,6 +81,12 @@

{{ t('libra.income.selectAccount') }}

+ + + + {{ t('libra.income.otherAccountHint') }} + +

- Select the account for this expense. Use the "Other" account if - you're not sure. + Select the account for this expense.

+ + + + Use the "Other" account if you're not sure. + +