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>
mj
zeripath 4 years ago committed by GitHub
parent 209045f55b
commit 20d4f9206d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save