From 25c30161f7022b290c73035ffa1e726b9294b05c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 14 Jan 2024 17:20:18 -0300 Subject: fix nested translations --- packages/demobank-ui/src/pages/WalletWithdrawForm.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'packages/demobank-ui/src/pages/WalletWithdrawForm.tsx') diff --git a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx index 93b3b87a7..8fe9ea36f 100644 --- a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx +++ b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx @@ -66,8 +66,10 @@ function OldWithdrawalForm({ goToConfirmOperation, limit, onCancel, focus }: { return - Complete or cancel the operation in this page - + Complete or cancel the operation in + this page + + } @@ -261,8 +263,9 @@ export function WalletWithdrawForm({ updateSettings("showInstallWallet", false); }}> - If you don't have one yet you can follow the instruction in this page - + If you don't have one yet you can follow the instruction in + this page + } -- cgit v1.2.3