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-16 18:40:50 +0300
committerstefan-niedermann <info@niedermann.it>2019-10-16 18:40:50 +0300
commite5de3bfe71de50f19fd800d4df7e676c27112e54 (patch)
tree5495f9a36ffc249a06a4630276e40d177f47603b /app/src/main/res
parent319cb7ae48c7df3fbe0f18a4095f461e75612f53 (diff)
#165 SyncOnWifiOnly causes OfflineException on opening about activity
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 1194d519b..565744320 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -143,4 +143,5 @@
<string name="no_activities">There are no activities on this card. You need to be connected to the internet to load and display activities.</string>
<string name="rename_column">Rename column</string>
<string name="share_board">Share board</string>
+ <string name="you_are_currently_offline">You are currently offline</string>
</resources>