From 4cce2da5b8727815e6cff556fdcec8b47d476cb6 Mon Sep 17 00:00:00 2001 From: Br0wnHammer Date: Thu, 8 May 2025 15:47:20 +0530 Subject: [PATCH] Feat: Ignore TLS/SSL Error Option --- client/src/Pages/Uptime/Create/index.jsx | 6 +++--- client/src/locales/gb.json | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/src/Pages/Uptime/Create/index.jsx b/client/src/Pages/Uptime/Create/index.jsx index a4da24ea5..298929f10 100644 --- a/client/src/Pages/Uptime/Create/index.jsx +++ b/client/src/Pages/Uptime/Create/index.jsx @@ -417,8 +417,8 @@ const CreateMonitor = () => { - {t("ignoreTSLError")} - {t("ignoreTSLErrorDescription")} + {t("ignoreTLSError")} + {t("ignoreTLSErrorDescription")} { sx={{ mr: theme.spacing(2) }} /> } - label={"TSL/SSL errors ignored"} + label={t("tlsErrorIgnored")} /> diff --git a/client/src/locales/gb.json b/client/src/locales/gb.json index 55b358043..1670873b8 100644 --- a/client/src/locales/gb.json +++ b/client/src/locales/gb.json @@ -390,8 +390,9 @@ "FirstName": "First name", "LastName": "Last name", "EmailDescriptionText": "This is your current email address — it cannot be changed.", - "ignoreTSLError": "Ignore TSL/SSL error", - "ignoreTSLErrorDescription": "Ignore TSL/SSL errors and continue checking the website's availability", + "ignoreTLSError": "Ignore TLS/SSL error", + "tlsErrorIgnored": "TLS/SSL errors ignored", + "ignoreTLSErrorDescription": "Ignore TLS/SSL errors and continue checking the website's availability", "YourPhoto": "Your photo", "PhotoDescriptionText": "This photo will be displayed in your profile page.", "save": "Save",