Skip to content

Commit

Permalink
Add helpful message to the footer (#6548)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrogenic committed Jan 31, 2020
1 parent ed162a3 commit 6ee4e91
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ class RuntimeErrorContainer extends PureComponent<Props, State> {
/>
<Footer
line1="This screen is visible only in development. It will not appear if the app crashes in production."
line2="Open your browser’s developer console to further inspect this error."
line2="Open your browser’s developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message."
/>
</ErrorOverlay>
);
Expand Down

0 comments on commit 6ee4e91

Please sign in to comment.