summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-07-21 10:44:32 -0300
committerTorsten Grote <t@grobox.de>2020-07-21 15:06:53 -0300
commit5d3d85fa7190a70eea8fa67866c343005b9922b0 (patch)
tree784e53d20b17f63e5def8f0704e7539f338ed637 /merchant-terminal/src/main/res/values/strings.xml
parentc9fb036798fc533a07b4b75386b51151b31f8be0 (diff)
downloadtaler-android-5d3d85fa7190a70eea8fa67866c343005b9922b0.tar.gz
taler-android-5d3d85fa7190a70eea8fa67866c343005b9922b0.tar.bz2
taler-android-5d3d85fa7190a70eea8fa67866c343005b9922b0.zip
[pos] compare version from backend and show error if incompatible
Diffstat (limited to 'merchant-terminal/src/main/res/values/strings.xml')
-rw-r--r--merchant-terminal/src/main/res/values/strings.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/merchant-terminal/src/main/res/values/strings.xml b/merchant-terminal/src/main/res/values/strings.xml
index 931f31c..b3dcd8d 100644
--- a/merchant-terminal/src/main/res/values/strings.xml
+++ b/merchant-terminal/src/main/res/values/strings.xml
@@ -22,7 +22,6 @@
<string name="config_password">Password</string>
<string name="config_ok">Fetch configuration</string>
<string name="config_auth_error">Error: Invalid username or password</string>
- <string name="config_error_version">Error: Incompatible backend version</string>
<string name="config_error_network">Error: Could not connect to configuration server</string>
<string name="config_error_category">Error: No valid product category found</string>
<string name="config_error_malformed">Error: The configuration JSON is malformed</string>