forked from NYANDEV/forgejo
Fixed wording. (#17973)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
bd475f5c9d
commit
8e9140dd69
1 changed files with 4 additions and 4 deletions
|
@ -1225,11 +1225,11 @@ issues.action_milestone_no_select = No milestone
|
|||
issues.action_assignee = Assignee
|
||||
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>
|
||||
pulls.merged_by = by <a href="%[2]s">%[3]s</a> was merged %[1]s
|
||||
pulls.merged_by_fake = by %[2]s was merged %[1]s
|
||||
issues.closed_by = by <a href="%[2]s">%[3]s</a> was 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 was closed %[1]s
|
||||
issues.previous = Previous
|
||||
issues.next = Next
|
||||
issues.open_title = Open
|
||||
|
|
Loading…
Reference in a new issue