Rework wording of insecure content message

This commit is contained in:
Matt Bierner
2017-07-17 13:11:54 -07:00
parent a038c06627
commit 2815f13a03

View File

@@ -95,7 +95,7 @@ export class PreviewSecuritySelector {
level: MarkdownPreviewSecurityLevel.AllowInsecureContent,
label: localize(
'preview.showPreviewSecuritySelector.insecureContentTitle',
'Allow loading inscure content such as images over http.'),
'Allow loading content over http.'),
description: '',
detail: currentSecurityLevel === MarkdownPreviewSecurityLevel.AllowInsecureContent
? localize('preview.showPreviewSecuritySelector.currentSelection', 'Current setting')