commit 2dfe98b25f7bdf8c3e33baddd30a1d4b5030362d
parent c6e78d08f4aaa75c07ed5eb12a89b3a600803d84
Author: Sebastian <sebasjm@gmail.com>
Date: Thu, 8 May 2025 15:55:18 -0300
balance i18n
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/packages/taler-wallet-webextension/src/wallet/History.tsx b/packages/taler-wallet-webextension/src/wallet/History.tsx
@@ -108,7 +108,9 @@ export function HistoryPage({
return (
<NoBalanceHelp
goToWalletManualWithdraw={{
- onClick: pushAlertOnError(() => goToWalletManualWithdraw(selectedScope)),
+ onClick: pushAlertOnError(() =>
+ goToWalletManualWithdraw(selectedScope),
+ ),
}}
/>
);
@@ -225,7 +227,9 @@ export function HistoryView({
)}
</div>
<div style={{ display: "flex", flexDirection: "column" }}>
- <h3 style={{ marginBottom: 0 }}>Balance</h3>
+ <h3 style={{ marginBottom: 0 }}>
+ <i18n.Translate>Balance</i18n.Translate>
+ </h3>
<div
style={{
width: "fit-content",