Change the order of issues.closed_by to list opening user first (#10876)
Fix #8266 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
209045f55b
commit
20d4f9206d
1 changed files with 2 additions and 2 deletions
|
@ -894,9 +894,9 @@ issues.action_assignee_no_select = No assignee
|
|||
issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
|
||||
pulls.merged_by = merged %[1]s by <a href="%[2]s">%[3]s</a>
|
||||
pulls.merged_by_fake = merged %[1]s by %[2]s
|
||||
issues.closed_by = closed %[1]s by <a href="%[2]s">%[3]s</a>
|
||||
issues.closed_by = by <a href="%[2]s">%[3]s</a> closed %[1]s
|
||||
issues.opened_by_fake = opened %[1]s by %[2]s
|
||||
issues.closed_by_fake = closed %[1]s by %[2]s
|
||||
issues.closed_by_fake = by %[2]s closed %[1]s
|
||||
issues.previous = Previous
|
||||
issues.next = Next
|
||||
issues.open_title = Open
|
||||
|
|
Loading…
Reference in a new issue