From 26e07aab64f580ea63f2cf5ab1aaf09ec26d0d0b Mon Sep 17 00:00:00 2001 From: Regalijan Date: Mon, 25 Mar 2024 20:50:47 -0400 Subject: [PATCH] Escape extra single quote --- app/routes/report.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/report.tsx b/app/routes/report.tsx index 1d7ae08..f2ecd27 100644 --- a/app/routes/report.tsx +++ b/app/routes/report.tsx @@ -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.', };