Skip to content

Commit 61302b6

Browse files
authored
Merge pull request #1545 from kilavvy/main
Fix: Improve copy and fix typos on error page
2 parents ac76847 + b265511 commit 61302b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/ErrorLocalStoreResetPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ export default function ErrorLocalStoreResetPage() {
2727
<main className='relative z-20 w-full'>
2828
<div className='flex flex-wrap justify-center w-full gap-6 p-20'>
2929
<Text size='4xl' className='w-full text-center'>
30-
An error occured!
30+
An error occurred!
3131
</Text>
3232
<Text size='sm' className='w-full leading-4 text-center text-white/70'>
3333
The Mars Protocol app encountered an error. <br />
34-
Please try to refresh the page. If you get here again try reseting your local storage by
34+
Please try to refresh the page. If you get here again try resetting your local storage by
3535
clicking on the button below. This will ensure your local browser store isn't corrupted.
3636
<br />
3737
If this doesn't solve your problem, please contact a moderator on{' '}

0 commit comments

Comments
 (0)