summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-01-03 10:24:35 -0300
committerTorsten Grote <t@grobox.de>2023-01-03 10:24:35 -0300
commit3cf3abb25adf040ad8e4e30d0fc8f311b2b1f4ee (patch)
tree46af8263b0fa949bf3c5ae5464fbe06240932d14 /wallet/src/main/res/values/strings.xml
parent43ad014f54c50fc2fa1cda3e1d6e24229637ad02 (diff)
downloadtaler-android-3cf3abb25adf040ad8e4e30d0fc8f311b2b1f4ee.tar.gz
taler-android-3cf3abb25adf040ad8e4e30d0fc8f311b2b1f4ee.tar.bz2
taler-android-3cf3abb25adf040ad8e4e30d0fc8f311b2b1f4ee.zip
[wallet] change send money texts for Bitcoin
#0007495
Diffstat (limited to 'wallet/src/main/res/values/strings.xml')
-rw-r--r--wallet/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index 472959d..eb15021 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -129,6 +129,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="send_amount">Amount to send</string>
<string name="send_intro">Choose where to send money to:</string>
<string name="send_deposit">To a bank account</string>
+ <string name="send_deposit_bitcoin">To a Bitcoin wallet</string>
<string name="send_deposit_title">Deposit to a bank account</string>
<string name="send_deposit_iban">IBAN</string>
<string name="send_deposit_bic">BIC/SWIFT</string>
@@ -137,6 +138,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="send_deposit_amount_effective">Effective Amount</string>
<string name="send_deposit_create_button">Make deposit</string>
<string name="send_peer">To another wallet</string>
+ <string name="send_peer_bitcoin">To another Taler wallet</string>
<string name="send_peer_title">Send money to another wallet</string>
<string name="send_peer_create_button">Send funds now</string>
<string name="send_peer_warning">Warning: Funds will leave the wallet immediately.</string>