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-09-15 16:57:00 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-15 16:57:00 +0300
commitc71d4e9f40f0a30f80090dcf17600d3c061d52a8 (patch)
tree0ce58a11084708718e9f595ca38c518f467f0143 /app/src/main/res/values/strings.xml
parenta78a2bcef238ce8f6eca2f316c8884d003602069 (diff)
Introduce "no cards yet"-view
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 676fbefb9..904571bac 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -119,4 +119,5 @@
<string name="about_server_app_version_text">Server app version:</string>
<string name="no_files_attached_to_this_card">There are no files attached to this card.</string>
<string name="attachments">Attachments</string>
+ <string name="no_cards">No cards yet</string>
</resources>