Skip to content

Commit b7db22d

Browse files
arneschmidjkrech
andauthored
Improve close message for Software Components view to clarify save prompt (#219)
* Improve close message for Software Components view to clarify save prompt * use term 'Software Components' view file:///C:/Users/jkrech/.vscode/extensions/arm.keil-studio-pack-1.20.1/guide/create_app.html#software-components-view --------- Co-authored-by: Joachim Krech <8290187+jkrech@users.noreply.github.com>
1 parent e2df23c commit b7db22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/manage-components-packs/components-packs-webview-main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class ComponentsPacksWebviewMain {
164164
const messageOptions: vscode.MessageOptions = { modal: true, detail: 'Your changes will be lost if you don\'t save them.\nPress cancel to continue editing.' };
165165

166166
const pick = (await vscode.window.showWarningMessage(
167-
'Do you want to save the changes you made to the Solution?',
167+
'Do you want to save the changes you made in the \'Software Components\' view?',
168168
messageOptions,
169169
...buttonOptions,
170170
)) || { title: 'Cancel' };

0 commit comments

Comments
 (0)