From 8c3e57293422d670b93c2f2a19cfc47f3aecc7b1 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 23 Feb 2022 15:44:14 -0300 Subject: we are force to use i18n.Translate, otherwise pogen won't find the tag --- .../src/popup/DeveloperPage.tsx | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'packages/taler-wallet-webextension/src/popup/DeveloperPage.tsx') diff --git a/packages/taler-wallet-webextension/src/popup/DeveloperPage.tsx b/packages/taler-wallet-webextension/src/popup/DeveloperPage.tsx index b3da48a93..228c3cdfd 100644 --- a/packages/taler-wallet-webextension/src/popup/DeveloperPage.tsx +++ b/packages/taler-wallet-webextension/src/popup/DeveloperPage.tsx @@ -151,14 +151,14 @@ export function View({ return (

- Debug tools: + Debug tools:



{downloadedDatabase && (
- + Database exported at +
)}

- Coins: + Coins:

{Object.keys(money_by_exchange).map((ex) => { const allcoins = money_by_exchange[ex]; @@ -233,7 +233,7 @@ export function View({ {operations && operations.length > 0 && (

- Pending operations + Pending operations

{operations.reverse().map((o) => { @@ -272,7 +272,7 @@ function ShowAllCoins({

- usable coins + usable coins

{collapsedUnspent ? ( @@ -281,19 +281,19 @@ function ShowAllCoins({ setCollapsedUnspent(true)}> {coins.usable.map((c) => { @@ -310,29 +310,29 @@ function ShowAllCoins({
- id + id - denom + denom - value + value - status + status - from refresh? + from refresh?
)}

- spent coins + spent coins

{collapsedSpent ? (
setCollapsedSpent(false)}> - click to show + click to show
) : ( setCollapsedSpent(true)}> {coins.spent.map((c) => { -- cgit v1.2.3
- id + id - denom + denom - value + value - status + status - from refresh? + from refresh?