Skip to content

Commit c077b71

Browse files
authored
docs: fix typo in pull request merge warning message text (#34899)
### Description This PR fixes two typos in the pull request merge command warning message. - "can not" → "cannot" - "was not enable" → "is not enabled." ### File Updated - `options/locale/locale_en-US.ini` (line 1972) ### Related Discussion #34893
1 parent 10cf202 commit c077b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ pulls.cmd_instruction_checkout_title = Checkout
19691969
pulls.cmd_instruction_checkout_desc = From your project repository, check out a new branch and test the changes.
19701970
pulls.cmd_instruction_merge_title = Merge
19711971
pulls.cmd_instruction_merge_desc = Merge the changes and update on Gitea.
1972-
pulls.cmd_instruction_merge_warning = Warning: This operation can not merge pull request because "autodetect manual merge" was not enable
1972+
pulls.cmd_instruction_merge_warning = Warning: This operation cannot merge pull request because "autodetect manual merge" is not enabled.
19731973
pulls.clear_merge_message = Clear merge message
19741974
pulls.clear_merge_message_hint = Clearing the merge message will only remove the commit message content and keep generated git trailers such as "Co-Authored-By …".
19751975

0 commit comments

Comments
 (0)