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-07-14 18:46:48 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-14 18:46:48 +0300
commitdd30dd279947c61a8694364e48dc8a1734d1b586 (patch)
tree374de8888e5e1c4ddf7655dc35d6e2be3a12441e /app/src/main/res/values
parent780ea741c3e0068a94feb7dce572eccc5b7f8d89 (diff)
Fix #599 Open A crash in attachments window
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 2a779cfe4..99240667b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -287,4 +287,6 @@
<string name="clone_board">Clone board</string>
<string name="cloning_board">Cloning %1$s…</string>
<string name="successfully_cloned_board">Successfully cloned %1$s</string>
+ <string name="attachment_does_not_yet_exist">Attachment does not yet exist in Deck</string>
+ <string name="card_does_not_yet_exist">Card does not yet exist in Deck</string>
</resources>