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-04-28 11:56:21 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-05-02 18:11:04 +0300
commit6da37889707a9f8cf9bbe817e8170dd16a2e4329 (patch)
tree3017135f4f4f42eb6cf6507db050c926259d2759 /app/src/main/res/values
parentd462d2a09a4d7fc83f0344d28f3de9b955eb0c26 (diff)
️ Manage tags per board (#309)
Diffstat (limited to 'app/src/main/res/values')
-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 5fe87e9b7..67cfcafab 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -211,4 +211,5 @@
<string name="attachment_already_exists">Attachment already exists</string>
<string name="pick_custom_color">Pick custom color</string>
<string name="manage_tags">Manage tags</string>
+ <string name="add_tag">Add tag</string>
</resources>