Skip to content

Commit bb6faee

Browse files
authored
Edited command menu titles to make case consistent (#1415)
1 parent 31cfeb3 commit bb6faee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/foam-vscode/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -301,19 +301,19 @@
301301
},
302302
{
303303
"command": "foam-vscode.update-graph",
304-
"title": "Foam: Update graph"
304+
"title": "Foam: Update Graph"
305305
},
306306
{
307307
"command": "foam-vscode.set-log-level",
308-
"title": "Foam: Set log level"
308+
"title": "Foam: Set Log Level"
309309
},
310310
{
311311
"command": "foam-vscode.show-graph",
312-
"title": "Foam: Show graph"
312+
"title": "Foam: Show Graph"
313313
},
314314
{
315315
"command": "foam-vscode.update-wikilink-definitions",
316-
"title": "Foam: Update wikilink definitions"
316+
"title": "Foam: Update Wikilink Definitions"
317317
},
318318
{
319319
"command": "foam-vscode.open-daily-note",
@@ -349,11 +349,11 @@
349349
},
350350
{
351351
"command": "foam-vscode.convert-link-style-inplace",
352-
"title": "Foam: convert link style in place"
352+
"title": "Foam: Convert Link Style in Place"
353353
},
354354
{
355355
"command": "foam-vscode.convert-link-style-incopy",
356-
"title": "Foam: convert link format in copy"
356+
"title": "Foam: Convert Link Format in Copy"
357357
},
358358
{
359359
"command": "foam-vscode.views.orphans.group-by:folder",

0 commit comments

Comments
 (0)