gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] 04/08: [wallet] Fix label of invoiced amount i


From: gnunet
Subject: [taler-taler-android] 04/08: [wallet] Fix label of invoiced amount in peer pull credit tx
Date: Wed, 06 Mar 2024 18:38:06 +0100

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

commit 6120660ee0f3417a740981dd1b39eeb21405afe0
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Mon Mar 4 15:22:57 2024 -0600

        [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(-)

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
     <string name="receive_peer_create_button">Create invoice</string>
     <string name="receive_peer_invoice_instruction">Let the payer scan this QR 
code to pay:</string>
     <string name="receive_peer_invoice_uri">Alternatively, copy and send this 
URI:</string>
+    <string name="receive_peer_amount_invoiced">Amount invoiced</string>
 
     <string name="send_amount">Amount to send</string>
     <string name="send_intro">Choose where to send money to:</string>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]