summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-06-09 23:32:00 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-06-09 23:40:44 +0200
commit5755ece33e9fc5967c0b726abed0912fde9612db (patch)
treea226c3a2cbecec2bc2900bcd7ed6dcfe90466107 /i18n
parent2a25318ba8c262ed3282b50a83f5a8c0ecb212a1 (diff)
downloadwekan-5755ece33e9fc5967c0b726abed0912fde9612db.tar.gz
wekan-5755ece33e9fc5967c0b726abed0912fde9612db.tar.bz2
wekan-5755ece33e9fc5967c0b726abed0912fde9612db.zip
Add user option to hide finished checklist items
Add a user option to hide finished items in a checklist.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 96862e47..f8820efe 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -808,5 +808,6 @@
"voting": "Voting",
"archived": "Archived",
"delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has",
- "delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list"
+ "delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list",
+ "hide-checked-items": "Hide checked items"
}