Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Escape extra single quote
  • Loading branch information
regalijan committed Mar 26, 2024
1 parent 618c1af commit 26e07aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/report.tsx
Expand Up @@ -367,7 +367,7 @@ export default function () {
110500: 'Your browser is too old to complete the captcha, please update it.',
110510: 'Something unexpected happened, please try disabling all extensions and refresh the page. If this does not solve the problem, use a different browser.',
110600: 'Failed to solve the captcha, please refresh the page to try again.',
200010: 'Invalid cache, please clear your cache and site data in your browser's settings.',
200010: 'Invalid cache, please clear your cache and site data in your browser\'s settings.',
200100: 'Your device's clock is wrong, please fix it.',
};
Expand Down

0 comments on commit 26e07aa

Please sign in to comment.