summaryrefslogtreecommitdiff
path: root/cashier/src/main/res
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2022-07-01 14:54:22 -0300
committerTorsten Grote <t@grobox.de>2022-07-01 14:54:22 -0300
commit41b75e34f14c87b6db60152f26049ecc761b2526 (patch)
treefa0f7d64cd72851983684feecb30fa5f7025a6be /cashier/src/main/res
parent08213e48d4f4d16f8814b996474c3e098bd2c702 (diff)
downloadtaler-android-41b75e34f14c87b6db60152f26049ecc761b2526.tar.gz
taler-android-41b75e34f14c87b6db60152f26049ecc761b2526.tar.bz2
taler-android-41b75e34f14c87b6db60152f26049ecc761b2526.zip
[cashier] use error bottom sheet for config errors
Diffstat (limited to 'cashier/src/main/res')
-rw-r--r--cashier/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cashier/src/main/res/values/strings.xml b/cashier/src/main/res/values/strings.xml
index 4c000d8..bcaab74 100644
--- a/cashier/src/main/res/values/strings.xml
+++ b/cashier/src/main/res/values/strings.xml
@@ -7,7 +7,7 @@
<string name="config_button_save">Save</string>
<string name="config_bank_url_error">The address is invalid.</string>
<string name="config_username_error">Please enter your username!</string>
- <string name="config_error">Error retrieving configuration: %s</string>
+ <string name="config_error">Error retrieving configuration</string>
<string name="config_error_auth">Invalid username or password!</string>
<string name="config_error_offline" translatable="false">@string/balance_offline</string>
<string name="config_demo_hint">For testing, you can <![CDATA[<a href="%s">create a test account at the demo bank</a>]]>.</string>