From 99b9388f61a1627ba1f5f01ee22dce2bb2ed7aae Mon Sep 17 00:00:00 2001 From: Padreug Date: Fri, 26 Jun 2026 11:06:56 +0200 Subject: [PATCH] feat(libra): inline the "Other" account hint with the instruction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Put the amber hint on the same line as "Select the account…" instead of stacking it underneath, wrapping gracefully on narrow widths. --- src/accounting-app/views/AddIncome.vue | 12 ++++++------ src/modules/expenses/components/AddExpense.vue | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/accounting-app/views/AddIncome.vue b/src/accounting-app/views/AddIncome.vue index abb71b9..e4b5954 100644 --- a/src/accounting-app/views/AddIncome.vue +++ b/src/accounting-app/views/AddIncome.vue @@ -78,12 +78,12 @@
-

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

-

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

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