Skip to content

Commit

Permalink
Fix typo in Markdown Preview security warning message (#32989)
Browse files Browse the repository at this point in the history
  • Loading branch information
morkot authored and mjbvz committed Aug 23, 2017
1 parent af5593d commit 8d9778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/markdown/src/previewContentProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ContentSecurityPolicyArbiter, MarkdownPreviewSecurityLevel } from './se
const localize = nls.loadMessageBundle();

const previewStrings = {
cspAlertMessageText: localize('preview.securityMessage.text', 'Some content has been been disabled in this document'),
cspAlertMessageText: localize('preview.securityMessage.text', 'Some content has been disabled in this document'),
cspAlertMessageTitle: localize('preview.securityMessage.title', 'Potentially unsafe or insecure content has been disabled in the markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts'),
cspAlertMessageLabel: localize('preview.securityMessage.label', 'Content Disabled Security Warning')
};
Expand Down

0 comments on commit 8d9778b

Please sign in to comment.