diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-03 17:19:01 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-03 17:19:01 +0200 |
commit | ca052566de0bb688e153fb8ba1b690c27d1fcef4 (patch) | |
tree | 955983994deb112dbd383b8e0d3dc9724a05dd2c /i18n | |
parent | c101e262d68eebcf93daf88f81332f77f7b1a513 (diff) | |
download | wekan-ca052566de0bb688e153fb8ba1b690c27d1fcef4.tar.gz wekan-ca052566de0bb688e153fb8ba1b690c27d1fcef4.tar.bz2 wekan-ca052566de0bb688e153fb8ba1b690c27d1fcef4.zip |
Fix translation.
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.i18n.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 02469769..e788310b 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -7,7 +7,7 @@ "act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-removeLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addChecklist": "added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", - "act-addChecklistItem": "added checklist item __checklistItem__ to checklist __checklist__ on __card__ at list __list__ at swimlane __swimlane__ at board __board__", + "act-addChecklistItem": "added checklist item __checklistItem__ to checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-removeChecklist": "removed checklist __checklist__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-removeChecklistItem": "removed checklist item __checklistItem__ from checklist __checkList__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-checkedItem": "checked __checklistItem__ in checklist __checklist__ of card __card__ at list __list__ at swimlane __swimlane__ at board __board__", |