Skip to content

Commit 924e38d

Browse files
committed
Removes "from"
1 parent 404ecdd commit 924e38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plus/startWork/startWork.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,14 @@ export class StartWorkCommand extends QuickCommand<State> {
254254
),
255255
createQuickPickSeparator('References'),
256256
createQuickPickItemOfT<StartWorkTypeItem>(
257-
{ label: 'Create Branch from...', detail: 'Will create a new branch after selecting a reference' },
257+
{ label: 'Create Branch...', detail: 'Will create a new branch after selecting a reference' },
258258
{
259259
type: 'branch',
260260
},
261261
),
262262
createQuickPickItemOfT<StartWorkTypeItem>(
263263
{
264-
label: 'Create Branch & Worktree from...',
264+
label: 'Create Branch & Worktree...',
265265
detail: 'Will create a new branch & worktree after selecting a reference',
266266
},
267267
{

0 commit comments

Comments
 (0)