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.
</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>