-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from nsidc/windnagelnsidc-patch-3
Updates for error message
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,12 @@ const ErrorFallbackComponent = ({error, resetErrorBoundary}: ErrorFallbackParams | |
<div className="error-message">{error.message}</div> | ||
|
||
<p> | ||
It's likely this application is down because other web services it depends on are currently down. | ||
Refresh the page later to try again. | ||
Something went wrong. This application is currently unavailable. Please try again later. | ||
</p> | ||
|
||
<p><b> | ||
{"Please contact "} | ||
<a href="mailto:[email protected]">NSIDC User Services</a> | ||
{" if you need additional assistance."} | ||
{"If the error persists, copy the red error text and send to "} | ||
<a href="mailto:[email protected]">NSIDC User Services</a>. | ||
</b></p> | ||
</div> | ||
); | ||
|