diff --git a/extensions/typescript/src/utils/projectStatus.ts b/extensions/typescript/src/utils/projectStatus.ts index febd125bbd30c4ae33020c55f071c33309e5f5d1..a03a693fc72f5c4e9b88e0d193a84fa18750e83a 100644 --- a/extensions/typescript/src/utils/projectStatus.ts +++ b/extensions/typescript/src/utils/projectStatus.ts @@ -65,7 +65,7 @@ export function create(client: ITypescriptServiceClient) { currentHint = { message: localize('hintCreate', "Have a project and experience better IntelliSense and code navigation."), option: { - title: localize('cmdCreate', "Create jsconfig.json-file..."), + title: localize('cmdCreate', "Create jsconfig.json..."), execute: () => { client.logTelemetry('js.hintProjectCreation.accepted'); projectHinted[configFileName] = true;