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