Skip to content

Commit

Permalink
Tweaked DevTools error template title to match issue form template
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed May 14, 2021
1 parent 9cf1069 commit 1a2d792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ReportNewIssue({
const gitHubAPISearch =
errorMessage !== null ? searchGitHubIssuesURL(errorMessage) : '(none)';

const title = `[DevTools Error] ${errorMessage || ''}`;
const title = `[DevTools Bug] ${errorMessage || ''}`;

const parameters = [
`template=${TEMPLATE}`,
Expand Down

0 comments on commit 1a2d792

Please sign in to comment.