Skip to content

Commit 8431f26

Browse files
authored
Merge pull request #583 from mlucool/patch-2
Update menu text
2 parents 5d536dd + 512d443 commit 8431f26

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
@@ -40,8 +40,8 @@ export function addCommands(
4040
* Add open terminal in the Git repository
4141
*/
4242
commands.addCommand(CommandIDs.gitTerminalCommand, {
43-
label: 'Open Terminal in Git Repository',
44-
caption: 'Open a New Terminal in the Git Repository',
43+
label: 'Open Git Repository in Terminal',
44+
caption: 'Open a New Terminal to the Git Repository',
4545
execute: async args => {
4646
const main = (await commands.execute(
4747
'terminal:create-new',

0 commit comments

Comments
 (0)