Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace double quotes with single quotes
  • Loading branch information
regalijan committed Dec 19, 2023
1 parent a959110 commit 6a573f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/routes/report.tsx
Expand Up @@ -363,11 +363,11 @@ export default function () {
{`
function onTurnstileError(code) {
const messages = {
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.",
200100: "Your device's clock is wrong, please fix it.",
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.',
200100: 'Your device's clock is wrong, please fix it.',
};
const message = messages[code];
Expand Down

0 comments on commit 6a573f7

Please sign in to comment.