diff options
author | Torsten Grote <t@grobox.de> | 2023-01-03 10:24:35 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2023-01-03 10:24:35 -0300 |
commit | 3cf3abb25adf040ad8e4e30d0fc8f311b2b1f4ee (patch) | |
tree | 46af8263b0fa949bf3c5ae5464fbe06240932d14 /wallet/src/main/res | |
parent | 43ad014f54c50fc2fa1cda3e1d6e24229637ad02 (diff) | |
download | taler-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')
-rw-r--r-- | wallet/src/main/res/values/strings.xml | 2 |
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> |