Skip to content

Commit f437bcb

Browse files
author
Marc Udoff
committed
Consistent capatalization
1 parent 610ba2a commit f437bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitMenuCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export function addCommands(
133133

134134
/** Command to add a remote Git repository */
135135
commands.addCommand(CommandIDs.gitAddRemote, {
136-
label: 'Add remote repository',
136+
label: 'Add Remote Repository',
137137
caption: 'Add a Git remote repository',
138138
isEnabled: () => model.pathRepository !== null,
139139
execute: async args => {

0 commit comments

Comments
 (0)