From 6120660ee0f3417a740981dd1b39eeb21405afe0 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Mon, 4 Mar 2024 15:22:57 -0600 Subject: [wallet] Fix label of invoiced amount in peer pull credit tx bug 0008505 --- .../src/main/java/net/taler/wallet/peer/TransactionPeerPullCredit.kt | 4 ++-- wallet/src/main/res/values/strings.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'wallet') diff --git a/wallet/src/main/java/net/taler/wallet/peer/TransactionPeerPullCredit.kt b/wallet/src/main/java/net/taler/wallet/peer/TransactionPeerPullCredit.kt index cc8bfa3..375e6f3 100644 --- a/wallet/src/main/java/net/taler/wallet/peer/TransactionPeerPullCredit.kt +++ b/wallet/src/main/java/net/taler/wallet/peer/TransactionPeerPullCredit.kt @@ -48,7 +48,7 @@ fun ColumnScope.TransactionPeerPullCreditComposable(t: TransactionPeerPullCredit ) TransactionAmountComposable( - label = stringResource(id = R.string.amount_chosen), + label = stringResource(id = R.string.receive_peer_amount_invoiced), amount = t.amountRaw, amountType = AmountType.Neutral, ) @@ -63,7 +63,7 @@ fun ColumnScope.TransactionPeerPullCreditComposable(t: TransactionPeerPullCredit } TransactionAmountComposable( - label = stringResource(id = R.string.receive_amount), + label = stringResource(id = R.string.send_peer_payment_amount_received), amount = t.amountEffective, amountType = AmountType.Positive, ) diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index 4f580af..bd9514e 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -150,6 +150,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card Create invoice Let the payer scan this QR code to pay: Alternatively, copy and send this URI: + Amount invoiced Amount to send Choose where to send money to: -- cgit v1.2.3