summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/InvoiceCreate
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-09-13 11:07:39 -0300
committerSebastian <sebasjm@gmail.com>2022-09-13 11:09:04 -0300
commitf9f2911c761af1c8ed1c323dcd414cbaa9eeae7c (patch)
tree13659dc1fda0d9e4d745bc416f894a5a90d81e75 /packages/taler-wallet-webextension/src/cta/InvoiceCreate
parentd9bc32e0d1358c78449eb3da48e26e2ead873050 (diff)
downloadwallet-core-f9f2911c761af1c8ed1c323dcd414cbaa9eeae7c.tar.gz
wallet-core-f9f2911c761af1c8ed1c323dcd414cbaa9eeae7c.tar.bz2
wallet-core-f9f2911c761af1c8ed1c323dcd414cbaa9eeae7c.zip
adding missing i18n
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/InvoiceCreate')
-rw-r--r--packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx
index 18e593283..c5ed9a4cf 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx
+++ b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx
@@ -58,12 +58,16 @@ export function CreatedView({
<i18n.Translate>Digital cash invoice</i18n.Translate>
</SubTitle>
<section>
- <p>Show this QR to pay the invoice</p>
+ <p>
+ <i18n.Translate>Show this QR to pay the invoice</i18n.Translate>
+ </p>
<QR text={talerUri} />
</section>
<section>
or
- <Button onClick={copyToClipboard.onClick}>Copy the invoice URI</Button>
+ <Button onClick={copyToClipboard.onClick}>
+ <i18n.Translate>Copy the invoice URI</i18n.Translate>
+ </Button>
</section>
<section>
<Link upperCased onClick={cancel.onClick}>
@@ -155,7 +159,7 @@ export function ReadyView({
variant="contained"
color="success"
>
- Create
+ <i18n.Translate>Create</i18n.Translate>
</Button>
</section>
<section>