diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-06-17 00:51:28 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-06-17 12:51:28 +0800 |
commit | 8fc64741d95aa31665e4238fd7e20396a4cdf813 (patch) | |
tree | 613e6ec6f9d14e939e70345b18e4d115df7862e8 /options/locale | |
parent | ce9b86082c4824917023b1bb480648d0cc56dd04 (diff) | |
download | gitea-8fc64741d95aa31665e4238fd7e20396a4cdf813.tar.gz gitea-8fc64741d95aa31665e4238fd7e20396a4cdf813.zip |
Fix deleted milestone bug (#1942)
* Fix deleted milestone bug
* Use locale for ghost milestone name
* Fix pointer bug
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index c2df7f27dc..c1aa44e8d7 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -612,6 +612,7 @@ 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.deleted_milestone = `(deleted)` 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` |