This commit is contained in:
Rachel Macfarlane
2018-02-28 09:22:12 -08:00
parent aee76c7c7b
commit fd8e756d14
2 changed files with 29 additions and 15 deletions

View File

@@ -128,10 +128,10 @@ export default (): string => `
</div>
</div>
</div>
<div class="instructions">${escape(localize('disableExtensionsLabel', "Try to reproduce the problem after {0}."))
<div class="instructions">${escape(localize('disableExtensionsLabelText', "Try to reproduce the problem after {0}."))
.replace('{0}', `<span tabIndex=0 role="button" id="disableExtensions" class="workbenchCommand">${escape(localize('disableExtensions', "disabling all extensions and reloading the window"))}</span>`)}
</div>
<div class="instructions">${escape(localize('showRunningExtensionsLabel', "If you suspect it's an extension issue, {0} to report the issue on the extension."))
<div class="instructions">${escape(localize('showRunningExtensionsLabelText', "If you suspect it's an extension issue, {0} to report the issue on the extension."))
.replace('{0}', `<span tabIndex=0 role="button"id="showRunning" class="workbenchCommand">${escape(localize('showRunningExtensions', "view all running extensions"))}</span>`)}
</div>
</div>