@@ -1030,10 +1030,10 @@ issues.action_milestone_no_select = No milestone
10301030issues.action_assignee = Assignee
10311031issues.action_assignee_no_select = No assignee
10321032issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
1033- pulls.merged_by = merged %[1]s by <a href="%[2]s">%[3]s</a>
1034- pulls.merged_by_fake = merged %[1 ]s by %[2 ]s
1033+ pulls.merged_by = by <a href="%[2]s">%[3]s</a> merged %[1]s
1034+ pulls.merged_by_fake = by %[2 ]s merged %[1 ]s
10351035issues.closed_by = by <a href="%[2]s">%[3]s</a> closed %[1]s
1036- issues.opened_by_fake = opened %[1 ]s by %[2 ]s
1036+ issues.opened_by_fake = by %[2 ]s opened %[1 ]s
10371037issues.closed_by_fake = by %[2]s closed %[1]s
10381038issues.previous = Previous
10391039issues.next = Next
@@ -1268,7 +1268,7 @@ pulls.rebase_conflict_summary = Error Message
12681268; </summary><code>%[2]s<br>%[3]s</code></details>
12691269pulls.unrelated_histories = Merge Failed: The merge head and base do not share a common history. Hint: Try a different strategy
12701270pulls.merge_out_of_date = Merge Failed: Whilst generating the merge, the base was updated. Hint: Try again.
1271- pulls.push_rejected = Merge Failed: The push was rejected. Review the githooks for this repository.
1271+ pulls.push_rejected = Merge Failed: The push was rejected. Review the githooks for this repository.
12721272pulls.push_rejected_summary = Full Rejection Message
12731273pulls.push_rejected_no_message = Merge Failed: The push was rejected but there was no remote message.<br>Review the githooks for this repository
12741274pulls.open_unmerged_pull_exists = `You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.`
0 commit comments