commit 6424797ae1119da37be9ca287c42714cb76d2f3d
parent 420c6ed4a46ea0735af9e572ff04327aaa760fc6
Author: Iván Ávalos <avalos@disroot.org>
Date: Thu, 12 Dec 2024 23:00:34 +0100
[wallet] P2P QR code string adjustments
bug 0009365
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
@@ -205,7 +205,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="receive_peer">Request money from another wallet</string>
<string name="receive_peer_create_button">Create request</string>
<string name="receive_peer_invoice_uri">Alternatively, copy and send this URI:</string>
- <string name="receive_peer_payment_instruction">Receiving %1$s, let the payer scan this QR code to send it</string>
+ <string name="receive_peer_payment_instruction">Scan this QR code to pay %1$s</string>
<string name="receive_peer_payment_intro">Do you want to receive this payment?</string>
<string name="receive_peer_payment_title">Receive payment</string>
<string name="receive_peer_title">Request money</string>
@@ -237,7 +237,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="send_peer_expiration_days">Days</string>
<string name="send_peer_expiration_hours">Hours</string>
<string name="send_peer_expiration_period">Expires in</string>
- <string name="send_peer_payment_instruction">Sending %1$s, let the payee scan this QR code to receive it</string>
+ <string name="send_peer_payment_instruction">Scan this QR code to receive %1$s</string>
<string name="send_peer_purpose">Purpose</string>
<string name="send_peer_title">Send money to another wallet</string>