Skip to content

Commit a51cb3d

Browse files
authored
Make PR merge options more intuitive (#5863) (#16582)
Reword options making clear whether the PRed branch is rebased or not, and which type of commit will be created if any.
1 parent 1fc7d6d commit a51cb3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

options/locale/locale_en-US.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,10 @@ pulls.no_merge_helper = Enable merge options in the repository settings or merge
14371437
pulls.no_merge_wip = This pull request can not be merged because it is marked as being a work in progress.
14381438
pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
14391439
pulls.no_merge_access = You are not authorized to merge this pull request.
1440-
pulls.merge_pull_request = Merge Pull Request
1441-
pulls.rebase_merge_pull_request = Rebase and Merge
1442-
pulls.rebase_merge_commit_pull_request = Rebase and Merge (--no-ff)
1443-
pulls.squash_merge_pull_request = Squash and Merge
1440+
pulls.merge_pull_request = Create merge commit
1441+
pulls.rebase_merge_pull_request = Rebase then fast-forward
1442+
pulls.rebase_merge_commit_pull_request = Rebase then create merge commit
1443+
pulls.squash_merge_pull_request = Create squash commit
14441444
pulls.merge_manually = Manually merged
14451445
pulls.merge_commit_id = The merge commit ID
14461446
pulls.require_signed_wont_sign = The branch requires signed commits but this merge will not be signed

0 commit comments

Comments
 (0)