Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-10-19 22:35:07 +0300
committerstefan-niedermann <info@niedermann.it>2019-10-19 22:35:07 +0300
commit18103cb6e156c76c5e243deeafcab2db64a0b640 (patch)
tree9fb837a683c40ab10247e58a666b57e8506b2f43 /app/src/main/res
parentcc89e57d7860af61af33886f8c7005cec517a0fb (diff)
Catch OfflineException on version check when adding an account
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 22f552746..6b019441a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -141,4 +141,5 @@
<string name="you_are_currently_offline">You are currently offline</string>
<string name="simple_manage">manage</string>
<string name="simple_share">share</string>
+ <string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">You have to be connected to the internet in order to add an account.</string>
</resources>