From 7994f9ebdb36b8f658b2846d7ea20d774ac454cb Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Sun, 7 Dec 2025 16:02:02 +0100 Subject: [PATCH] Add info box for billed-to selection in BillEditForm --- app/ui/BillEditForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index 7ac71d7..912e10c 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -229,12 +229,12 @@ export const BillEditForm: FC = ({ location, bill }) => {
+ {t("billed-to-info")} {t("billed-to-legend")} - {t("billed-to-info")}
{/* Show toggle only when adding a new bill (not editing) */}