From 57258bca928d663d60480d1e4295114cd27e5009 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 2 May 2026 22:59:51 +0200 Subject: [PATCH] Budget setting and all dollar to chf --- .../dashboard/budget-editable-card.tsx | 45 ++++++++++++++----- 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/src/components/dashboard/budget-editable-card.tsx b/src/components/dashboard/budget-editable-card.tsx index 1f76bc9..8e052de 100644 --- a/src/components/dashboard/budget-editable-card.tsx +++ b/src/components/dashboard/budget-editable-card.tsx @@ -126,12 +126,35 @@ export function BudgetEditableCard({ <> - {open && ( - setOpen(false)} ariaLabel={t("budgetEditTitle")}> -

- {t("budgetEditTitle")} -

-

- {t("budgetEditDescription")} -

+ setOpen(false)} ariaLabel={t("budgetEditTitle")}> +

+ {t("budgetEditTitle")} +

+

+ {t("budgetEditDescription")} +

{t("budgetOrgScopeWarning")}
@@ -256,7 +278,6 @@ export function BudgetEditableCard({
- )} ); }