提交 8d9778b1 编写于 作者: A Andrii Melekhovskiy 提交者: Matt Bierner

Fix typo in Markdown Preview security warning message (#32989)

上级 af5593d4
......@@ -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')
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册