summaryrefslogtreecommitdiff
path: root/wallet/src/main/res
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2022-09-13 14:26:26 -0300
committerTorsten Grote <t@grobox.de>2022-09-13 14:26:26 -0300
commitad053447d57b6e791369f5574f2a4253ba523467 (patch)
tree78e4acdb002f9eb3ced453d65172f0d4cc133521 /wallet/src/main/res
parent88fd7c5679b6b39496f6c0b4834c2ff68a8734ba (diff)
downloadtaler-android-ad053447d57b6e791369f5574f2a4253ba523467.tar.gz
taler-android-ad053447d57b6e791369f5574f2a4253ba523467.tar.bz2
taler-android-ad053447d57b6e791369f5574f2a4253ba523467.zip
[wallet] Simplify Bitcoin withdrawal screen
Diffstat (limited to 'wallet/src/main/res')
-rw-r--r--wallet/src/main/res/values/strings.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index ab8984c..52700b8 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -153,10 +153,8 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="withdraw_manual_ready_title">Exchange is ready for withdrawal!</string>
<string name="withdraw_manual_ready_intro">To complete the process you need to wire %s to the exchange bank account</string>
<string name="withdraw_manual_ready_details_intro">Bank transfer details</string>
- <string name="withdraw_manual_bitcoin_ready_details_intro">Bitcoin transfer details</string>
- <string name="withdraw_manual_bitcoin_ready_details_segwit">The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.</string>
- <string name="withdraw_manual_bitcoin_ready_details_bitcoincore">In bitcoincore wallet use \'Add Recipient\' button to add two additional recipient and copy addresses and amounts</string>
- <string name="withdraw_manual_bitcoin_ready_details_confirm">Make sure the amount show %s, else you have to change the base unit to BTC</string>
+ <string name="withdraw_manual_bitcoin_title">Bitcoin exchange ready for withdrawal</string>
+ <string name="withdraw_manual_bitcoin_intro">Now make a split transaction with the following three outputs.</string>
<string name="withdraw_manual_ready_iban">IBAN</string>
<string name="withdraw_manual_ready_subject">Subject</string>
<string name="withdraw_manual_ready_bank_button">Open in banking app</string>