Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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