From c035fc2bfcb8c87487c8d2ce5e3518cfc51d9418 Mon Sep 17 00:00:00 2001 From: Padreug Date: Fri, 26 Jun 2026 11:07:37 +0200 Subject: [PATCH] feat(libra): flag the "Other" account hint on the account step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a compact inline amber warning (icon + text) next to the "Select the account…" instruction on both the expense and income account-selection steps, so users know to fall back to the "Other" account when unsure. Splits the income i18n into selectAccount + a new otherAccountHint key (en/fr/es + types). --- src/accounting-app/views/AddIncome.vue | 10 +++++++--- 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 | 11 +++++++---- 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/src/accounting-app/views/AddIncome.vue b/src/accounting-app/views/AddIncome.vue index a3d044f..e4b5954 100644 --- a/src/accounting-app/views/AddIncome.vue +++ b/src/accounting-app/views/AddIncome.vue @@ -78,8 +78,12 @@
-

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

+ {{ 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. +