summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-03-04 16:14:29 -0300
committerTorsten Grote <t@grobox.de>2020-03-04 16:14:29 -0300
commit1bbc48f7f9a893c13b07a5436a0b2b5f923de398 (patch)
treea84ba1a7fcc59c5a07dba7083e532726a9eea11a /app/src/main/res/values/strings.xml
parent30980bc83be99ea85205f44c815b78164b11f7b9 (diff)
downloadwallet-android-1bbc48f7f9a893c13b07a5436a0b2b5f923de398.tar.gz
wallet-android-1bbc48f7f9a893c13b07a5436a0b2b5f923de398.tar.bz2
wallet-android-1bbc48f7f9a893c13b07a5436a0b2b5f923de398.zip
Move pending operations into their own fragment
They will be visible only in developer mode and otherwise rendered nicely for the user where appropriate.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 19159b9..0b69c3c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -71,7 +71,7 @@
<string name="payment_already_paid">You\'ve already paid for this order.</string>
<string name="withdraw_accepted">Withdrawal accepted</string>
- <string name="withdraw_success_info">Your bank will now ask you to approve a transfer to the selected change. After you\'ve confirmed the transfer with your bank, the digital cash will show in this wallet.</string>
+ <string name="withdraw_success_info">The wire transfer now needs to be confirmed with the bank. Once the wire transfer is complete, the digital cash will automatically show in this wallet.</string>
<string name="withdraw_do_you_want">Do you want to withdraw</string>
<string name="withdraw_fees">(minus exchange fees not shown in this prototype)</string>
<string name="withdraw_exchange">Using the exchange provider</string>