Skip to content

Commit ad407a1

Browse files
authored
Merge branch 'main' into merge_view
2 parents 67b0c9f + b7db22d commit ad407a1

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)