Skip to content

Commit ab09cdb

Browse files
committed
Make capitalization consistent
1 parent d92edfb commit ab09cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
{
194194
"command": "codeQLDatabases.chooseDatabaseInternet",
195-
"title": "Download database",
195+
"title": "Download Database",
196196
"icon": {
197197
"light": "media/light/cloud-download.svg",
198198
"dark": "media/dark/cloud-download.svg"
@@ -232,7 +232,7 @@
232232
},
233233
{
234234
"command": "codeQL.downloadDatabase",
235-
"title": "CodeQL: Download database"
235+
"title": "CodeQL: Download Database"
236236
},
237237
{
238238
"command": "codeQLDatabases.sortByName",

0 commit comments

Comments
 (0)