From 9b04d8bf3581d162cbd631892ca115df811c46f8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 9 Jan 2023 08:38:48 -0300 Subject: fix #7152 --- .../src/wallet/Settings.tsx | 32 ++++++++-------------- 1 file changed, 11 insertions(+), 21 deletions(-) (limited to 'packages/taler-wallet-webextension/src/wallet/Settings.tsx') diff --git a/packages/taler-wallet-webextension/src/wallet/Settings.tsx b/packages/taler-wallet-webextension/src/wallet/Settings.tsx index 768a4ca6a..ed1bc838a 100644 --- a/packages/taler-wallet-webextension/src/wallet/Settings.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Settings.tsx @@ -111,13 +111,13 @@ export function SettingsView({
{autoOpenToggle.button.error && ( Could not toggle auto-open} + title={i18n.str`Could not toggle auto-open`} error={autoOpenToggle.button.error.errorDetail} /> )} {/* {clipboardToggle.button.error && ( Could not toggle clipboard} + title={i18n.str`Could not toggle clipboard`} error={clipboardToggle.button.error.errorDetail} /> )} */} @@ -125,11 +125,7 @@ export function SettingsView({ Navigator - Automatically open wallet based on page content - - } + label={i18n.str`Automatically open wallet based on page content`} name="autoOpen" description={ @@ -142,9 +138,7 @@ export function SettingsView({ /> {/* - Automatically check clipboard for Taler URI - + i18n.str`Automatically check clipboard for Taler URI` } name="clipboard" description={ @@ -241,13 +235,9 @@ export function SettingsView({ Troubleshooting Developer mode} + label={i18n.str`Developer mode`} name="devMode" - description={ - - More options and information useful for debugging - - } + description={i18n.str`More options and information useful for debugging`} enabled={devModeToggle.value!} onToggle={devModeToggle.button.onClick!} /> @@ -271,7 +261,7 @@ export function SettingsView({ {coreVersion && ( Wallet Core} + title={i18n.str`Wallet Core`} text={ {coreVersion.version}{" "} @@ -281,7 +271,7 @@ export function SettingsView({ /> )} Web Extension} + title={i18n.str`Web Extension`} text={ {webexVersion.version}{" "} @@ -292,15 +282,15 @@ export function SettingsView({ {coreVersion && ( Exchange compatibility} + title={i18n.str`Exchange compatibility`} text={{coreVersion.exchange}} /> Merchant compatibility} + title={i18n.str`Merchant compatibility`} text={{coreVersion.merchant}} /> Bank compatibility} + title={i18n.str`Bank compatibility`} text={{coreVersion.bank}} /> -- cgit v1.2.3