diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-03 23:09:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 23:09:10 +0800 |
commit | 3e0525b47d2d84a251341950cb08da36f42663dd (patch) | |
tree | c3ca9207bccf61968eb2cbab99bc2f06b1235e87 /options | |
parent | 68bdaf0a6b712b522dd465f72a32195f410134a3 (diff) | |
download | gitea-3e0525b47d2d84a251341950cb08da36f42663dd.tar.gz gitea-3e0525b47d2d84a251341950cb08da36f42663dd.zip |
Track assignee for issue (#808)
* track assignee for issue
* fix lint
* use getUserByID instead Get
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index cd2b67f8da..0859709db1 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -546,6 +546,9 @@ issues.remove_label_at = `removed the <div class="ui label" style="color: %s; ba issues.add_milestone_at = `added this to the <b>%s</b> milestone %s` issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s` issues.remove_milestone_at = `removed this from the <b>%s</b> milestone %s` +issues.self_assign_at = `self-assigned this %s` +issues.add_assignee_at = `was assigned by <b>%s</b> %s` +issues.remove_assignee_at = `removed their assignment %s` issues.open_tab = %d Open issues.close_tab = %d Closed issues.filter_label = Label |