From 2815f13a035b2bbdc812bc1980c3ebff08d250f3 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Mon, 17 Jul 2017 13:11:54 -0700 Subject: [PATCH] Rework wording of insecure content message --- extensions/markdown/src/security.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/markdown/src/security.ts b/extensions/markdown/src/security.ts index ecb951ec5ef..2a1b8fbf508 100644 --- a/extensions/markdown/src/security.ts +++ b/extensions/markdown/src/security.ts @@ -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')