diff options
author | Nicu Tofan <nicu.tofan@gmail.com> | 2018-06-23 23:22:38 +0300 |
---|---|---|
committer | Nicu Tofan <nicu.tofan@gmail.com> | 2018-06-26 14:32:49 +0300 |
commit | 5a023e431504f7573723db6e0d2262ecb1fc61c5 (patch) | |
tree | 46ac0e238fddc5e797eca27cc2545ad5975f86a9 /i18n/en.i18n.json | |
parent | adb7f5b2ca9e8394db314f7ff97d0d0f811c51c0 (diff) | |
download | wekan-5a023e431504f7573723db6e0d2262ecb1fc61c5.tar.gz wekan-5a023e431504f7573723db6e0d2262ecb1fc61c5.tar.bz2 wekan-5a023e431504f7573723db6e0d2262ecb1fc61c5.zip |
Can add cards as subtasks
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 17d0ff71..3a87179a 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -479,5 +479,7 @@ "board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.", "delete-board-confirm-popup": "All lists, cards, labels, and activities will be deleted and you won't be able to recover the board contents. There is no undo.", "boardDeletePopup-title": "Delete Board?", - "delete-board": "Delete Board" + "delete-board": "Delete Board", + "default-subtasks-board": "Subtasks for __board__ board", + "default": "Default" } |