Skip to content

Commit 1a2d792

Browse files
author
Brian Vaughn
committed
Tweaked DevTools error template title to match issue form template
1 parent 9cf1069 commit 1a2d792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/devtools/views/ErrorBoundary/ReportNewIssue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function ReportNewIssue({
4040
const gitHubAPISearch =
4141
errorMessage !== null ? searchGitHubIssuesURL(errorMessage) : '(none)';
4242

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

4545
const parameters = [
4646
`template=${TEMPLATE}`,

0 commit comments

Comments
 (0)