Change view name to title case

This commit is contained in:
Erich Gamma 2018-04-15 23:10:02 +02:00
parent adfe96397b
commit 76495e8b0a

View file

@ -8,7 +8,7 @@
"npm.parseError": "Npm task detection: failed to parse the file {0}",
"taskdef.script": "The npm script to customize.",
"taskdef.path": "The path to the folder of the package.json file that provides the script. Can be ommitted.",
"view.name": "npm scripts",
"view.name": "Npm Scripts",
"command.refresh": "Refresh",
"command.run": "Run",
"command.debug": "Debug",