Skip to content

Commit 069fabb

Browse files
committed
Update wording on pre-release popup
1 parent a925cbd commit 069fabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ export async function preReleaseCheck(): Promise<void> {
11851185
// If the user isn't on the pre-release version, but one is available, prompt them to install it.
11861186
if (preReleaseAvailable) {
11871187
displayedPreReleasePrompt.Value = true;
1188-
const message: string = localize("prerelease.message", "There is a new pre-release version of the C/C++ extension, would you like to install it?");
1188+
const message: string = localize("prerelease.message", "There is a new pre-release version of the C/C++ extension. Would you like to install it?");
11891189
const yes: string = localize("yes.button", "Yes");
11901190
const no: string = localize("no.button", "No");
11911191
void vscode.window.showInformationMessage(message, yes, no).then((selection) => {

0 commit comments

Comments
 (0)