diff --git a/packages/ui/src/ErrorBoundary.jsx b/packages/ui/src/ErrorBoundary.jsx index bbe4fafe3b1..9745013fa00 100644 --- a/packages/ui/src/ErrorBoundary.jsx +++ b/packages/ui/src/ErrorBoundary.jsx @@ -16,7 +16,7 @@ const ErrorBoundary = ({ error }) => { Oh snap! - The following error occured when loading this page. + The following error occurred when loading this page. @@ -27,7 +27,7 @@ const ErrorBoundary = ({ error }) => { > -
+                        
                             {`Status: ${error.response.status}`}
                             
{error.response.data.message}