diff options
author | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 20:23:29 +0000 |
---|---|---|
committer | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 20:23:29 +0000 |
commit | 3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c (patch) | |
tree | 78d501d18a4302578b84683b47e8933b8df4f72b /i18n/en.i18n.json | |
parent | d6eff2a07453cad87623955905ddb6ce247aa719 (diff) | |
download | wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.tar.gz wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.tar.bz2 wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.zip |
Add additional label colours (from pull by JamesLavin), Add Assigned & Requested By text fields.
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 7bf25ccf..c85fd7f8 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -468,5 +468,7 @@ "card-end": "End", "card-end-on": "Ends on", "editCardReceivedDatePopup-title": "Change received date", - "editCardEndDatePopup-title": "Change end date" + "editCardEndDatePopup-title": "Change end date", + "assigned-by": "Assigned By", + "requested-by": "Requested By" } |