Skip to content

Commit 512d443

Browse files
authored
Update menu text
1 parent 2787178 commit 512d443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gitMenuCommands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export function addCommands(
3838
* Add open terminal in the Git repository
3939
*/
4040
commands.addCommand(CommandIDs.gitTerminalCommand, {
41-
label: 'Open Terminal in Git Repository',
42-
caption: 'Open a New Terminal in the Git Repository',
41+
label: 'Open Git Repository in Terminal',
42+
caption: 'Open a New Terminal to the Git Repository',
4343
execute: async args => {
4444
const main = (await commands.execute(
4545
'terminal:create-new',

0 commit comments

Comments
 (0)