Skip to content

Commit 991e248

Browse files
Updates placeholder wording
1 parent 72ee61d commit 991e248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/git/rebase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class RebaseGitCommand extends QuickCommand<State> {
150150
});
151151

152152
const result: StepResult<GitReference> = yield* pickBranchOrTagStep(state as RebaseStepState, context, {
153-
placeholder: context => `Choose a branch${context.showTags ? ' or tag' : ''} to rebase`,
153+
placeholder: context => `Choose a branch${context.showTags ? ' or tag' : ''} to rebase onto`,
154154
picked: context.selectedBranchOrTag?.ref,
155155
value: context.selectedBranchOrTag == null ? state.destination?.ref : undefined,
156156
additionalButtons: [pickCommitToggle],

0 commit comments

Comments
 (0)