Skip to content

Commit 08aa77e

Browse files
author
Rachel Macfarlane
committed
Fix typo in issue reporter string
1 parent f5702e5 commit 08aa77e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/code/electron-browser/issue/issueReporterPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default (): string => `
3535
<div id="extension-selection-validation-error" class="validation-error hidden" role="alert">${escape(localize('extensionWithNonstandardBugsUrl', "The issue reporter is unable to create issues for this extension. Please visit {0} to report an issue."))
3636
.replace('{0}', `<span tabIndex=0 role="button" id="extensionBugsLink" class="workbenchCommand"><!-- To be dynamically filled --></span>`)}</div>
3737
<div id="extension-selection-validation-error-no-url" class="validation-error hidden" role="alert">
38-
${escape(localize('extensionWithNoBugsUrl', "The issue reporter is unable to create issues for this extension, as it does not specify a URL for reporting issues. Please check the marketplace page of this extension so see if other instructions are available."))}
38+
${escape(localize('extensionWithNoBugsUrl', "The issue reporter is unable to create issues for this extension, as it does not specify a URL for reporting issues. Please check the marketplace page of this extension to see if other instructions are available."))}
3939
</div>
4040
</div>
4141
</div>

0 commit comments

Comments
 (0)