Reword the error message

This commit is contained in:
Gabe Kangas
2023-03-16 12:58:03 -07:00
parent ed5ba00f7b
commit 453d9ab41f

View File

@@ -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>