You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constpublisherVerifiedMessage=localize('verifiedPublisherWithName',"{0} has verified ownership of {1}.",getPublisherLink(publisher),`${publisherDomainLink.authority}${publisherDomainLink.path==='/' ? '' : publisherDomainLink.path}`);
910
+
constpublisherVerifiedMessage=localize('verifiedPublisherWithName',"{0} has verified ownership of `{1}`.",getPublisherLink(publisher),`${publisherDomainLink.authority}${publisherDomainLink.path==='/' ? '' : publisherDomainLink.path}`);
customMessage.appendMarkdown(localize('message4',"{0} has no control over the behavior of third-party extensions, including how they manage your personal data. Please proceed only if you trust the publishers.",this.productService.nameLong));
928
+
customMessage.appendMarkdown(localize('message4',"{0} has no control over the behavior of third-party extensions, including how they manage your personal data. Proceed only if you trust the publishers.",this.productService.nameLong));
929
929
}else{
930
-
customMessage.appendMarkdown(localize('message2',"{0} has no control over the behavior of third-party extensions, including how they manage your personal data. Please proceed only if you trust the publisher.",this.productService.nameLong));
930
+
customMessage.appendMarkdown(localize('message2',"{0} has no control over the behavior of third-party extensions, including how they manage your personal data. Proceed only if you trust the publisher.",this.productService.nameLong));
0 commit comments