diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-11-05 23:53:02 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-11-05 23:53:02 +0200 |
commit | 31dbdc835d5a092b8360a4dbe93e9fbcce068855 (patch) | |
tree | a3a2ee602f2bc96ddffd93204601961691aeb102 /i18n/en.i18n.json | |
parent | 56efb5c41075151eeb259d99990a7e86695b2b69 (diff) | |
download | wekan-31dbdc835d5a092b8360a4dbe93e9fbcce068855.tar.gz wekan-31dbdc835d5a092b8360a4dbe93e9fbcce068855.tar.bz2 wekan-31dbdc835d5a092b8360a4dbe93e9fbcce068855.zip |
Assignee field like Jira #2452 , in progress.
Add assignee popup title.
Thanks to xet7 !
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 5a595696..908594a1 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -751,5 +751,6 @@ "accounts-allowUserDelete": "Allow users to self delete their account", "hide-minicard-label-text": "Hide minicard label text", "show-desktop-drag-handles": "Show desktop drag handles", - "assignee": "Assignee" + "assignee": "Assignee", + "cardAssigneesPopup-title": "Assignee" } |