aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/InvoiceCreate
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-06-21 14:51:14 -0300
committerSebastian <sebasjm@gmail.com>2023-06-21 14:51:14 -0300
commit9dbf0bd7d2dc9353aa210a0c33faf0a5c5086f73 (patch)
tree520426b320e47656743c3d577204f7591a583c95 /packages/taler-wallet-webextension/src/cta/InvoiceCreate
parent7010e707bab40b74d4ec258bd2207be6cf254f31 (diff)
downloadwallet-core-9dbf0bd7d2dc9353aa210a0c33faf0a5c5086f73.tar.xz
better wording to the tx details
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/InvoiceCreate')
-rw-r--r--packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx
index 18da2609c..b67bbb216 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx
+++ b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx
@@ -31,7 +31,7 @@ import editIcon from "../../svg/edit_24px.inline.svg";
import {
ExchangeDetails,
getAmountWithFee,
- InvoiceDetails,
+ InvoiceCreationDetails,
} from "../../wallet/Transaction.js";
import { State } from "./index.js";
@@ -144,7 +144,7 @@ export function ReadyView({
<Part
title={i18n.str`Details`}
text={
- <InvoiceDetails
+ <InvoiceCreationDetails
amount={getAmountWithFee(toBeReceived, requestAmount, "credit")}
/>
}