diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-01-19 20:16:46 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-01-19 19:16:46 +0000 |
commit | c212c9846337f2d04796dfa69be006e882abeaca (patch) | |
tree | 2a6b1d07b7a34aa4b1ff3e09c23b311c56349473 /options/locale | |
parent | 905e63f5b545ff37e96d1ea8670cbe8f62a81277 (diff) | |
download | gitea-c212c9846337f2d04796dfa69be006e882abeaca.tar.gz gitea-c212c9846337f2d04796dfa69be006e882abeaca.zip |
Fix wording when user is unassigned from an issue (#5769)
Previous Gitea would display that the user had unassigned themselves even if the actor
was not the user. Fixes #4418
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 151629ea6d..0c32f3f5fd 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -692,7 +692,8 @@ 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` +issues.remove_assignee_at = `was unassigned by <b>%s</b> %s` +issues.remove_self_assignment = `removed their assignment %s` issues.change_title_at = `changed title from <b>%s</b> to <b>%s</b> %s` issues.delete_branch_at = `deleted branch <b>%s</b> %s` issues.open_tab = %d Open |