diff options
author | Angelo Gallarello <angelo.gallarell@gmail.com> | 2018-09-12 12:19:53 +0200 |
---|---|---|
committer | Angelo Gallarello <angelo.gallarell@gmail.com> | 2018-09-12 12:19:53 +0200 |
commit | e649c79bb71140a15f8e65fdb98ecb367469c0b7 (patch) | |
tree | 5e231b6d762e99e6557582e0a51da5a516988a6a /i18n | |
parent | 34b37116cf8c618a4ea12b13d969c24654f4248b (diff) | |
download | wekan-e649c79bb71140a15f8e65fdb98ecb367469c0b7.tar.gz wekan-e649c79bb71140a15f8e65fdb98ecb367469c0b7.tar.bz2 wekan-e649c79bb71140a15f8e65fdb98ecb367469c0b7.zip |
Fixed board id bug in move
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 f1cc56ee..7c93ec60 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -548,7 +548,7 @@ "r-completed": "Completed", "r-made-incomplete": "Made incomplete", "r-when-a-item": "When a checklist item is", - "r-when-the-item": "When the checklist item is", + "r-when-the-item": "When the checklist item", "r-checked": "Checked", "r-unchecked": "Unchecked", "r-move-card-to": "Move card to", |