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>2024-01-18 17:18:20 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-18 17:18:20 +0300
commit6fc89e385e347ed7c104b423719cd1cd94de5a56 (patch)
tree07b680ecfaf1d859a41f8e43b071ee36c472a1d3
parent152bc59657154cc648a84f41dca1b8d989018b97 (diff)
feat(done): Change wording of undone to "Not completed" to match Deck server
Refs: #1556 Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0d6d6e643..5b75218f2 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -199,7 +199,7 @@
<string name="filter_done_no_filter">All</string>
<string name="filter_done_done">Completed</string>
- <string name="filter_done_undone">Uncompleted</string>
+ <string name="filter_done_undone">Not completed</string>
<string name="archived_cards">Archived cards</string>
<string name="attachment_already_exists">Attachment already exists</string>