From 0f7a3337a4259c1c28e35c2ff116942f533f5189 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 20 Nov 2023 23:33:37 -0300 Subject: merchant fixes --- .../src/components/form/InputPaytoForm.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'packages/merchant-backoffice-ui/src/components/form/InputPaytoForm.tsx') diff --git a/packages/merchant-backoffice-ui/src/components/form/InputPaytoForm.tsx b/packages/merchant-backoffice-ui/src/components/form/InputPaytoForm.tsx index 5cd69a0b3..0362310b9 100644 --- a/packages/merchant-backoffice-ui/src/components/form/InputPaytoForm.tsx +++ b/packages/merchant-backoffice-ui/src/components/form/InputPaytoForm.tsx @@ -306,8 +306,9 @@ export function InputPaytoForm({ name="path1" - label={i18n.str`Account`} - tooltip={i18n.str`Bank Account Number.`} + label={i18n.str`IBAN`} + tooltip={i18n.str`International Bank Account Number.`} + placeholder="DE1231231231" inputExtra={{ style: { textTransform: "uppercase" } }} /> @@ -371,8 +372,8 @@ export function InputPaytoForm({ )} -- cgit v1.2.3