Reword the error message
This commit is contained in:
@@ -32,9 +32,7 @@ const ErrorContent = ({
|
||||
fixed in the future.
|
||||
</p>
|
||||
{!!canRetry && (
|
||||
<p>
|
||||
You may optionally retry, however functionality, if there are errors, may be unexpected.
|
||||
</p>
|
||||
<p>You may optionally retry, however functionality might not work as expected.</p>
|
||||
)}
|
||||
<code>
|
||||
<div>{message && `Error: ${message}`}</div>
|
||||
|
||||
Reference in New Issue
Block a user