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>2020-08-07 14:21:11 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-09 17:34:09 +0300
commitc1fa83e50a51b45890abece095d7f608007b1cca (patch)
tree935f1c97ac973db36fa2bdf90049945c0df5d721 /app/src/main/res
parent3a4de050b07dc1627b6c69cd3938c12829d648d1 (diff)
#646 Problem with uploading file (attachment)
Signed-off-by: Stefan Niedermann <info@niedermann.it>
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 4924ed8c4..a6286e338 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -309,4 +309,5 @@
<string name="single_card">Single card</string>
<string name="project_type_room">Talk room</string>
<string name="simple_move">Move</string>
+ <string name="cannot_upload_files_without_permission">Can not upload files without permission</string>
</resources>