You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Stack/Commands/Helpers/Questions.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ public static class Questions
20
20
publicconststringPullRequestStackDescription="Stack description for pull request:";
21
21
publicconststringOpenPullRequests="Open new pull requests in a browser?";
22
22
publicconststringCreatePullRequestAsDraft="Create pull request as draft?";
23
-
publicconststringEditPullRequestBody="Edit pull request body? This will open a file in your default editor.";
24
23
publicconststringContinueOrAbortMerge="Conflict(s) detected during merge. Please either resolve the conflicts, commit the result and select Continue to continue merging, or Abort.";
25
24
publicconststringContinueOrAbortRebase="Conflict(s) detected during rebase. Please either resolve the conflicts and select Continue to continue rebasing, or Abort.";
26
25
publicconststringConfirmMigrateConfig="Are you sure you want to migrate the configuration file to the latest version? This will create a backup of the current configuration file.";
0 commit comments