From 9b005a733ceb01327a8007d78f39f9d6ff752c5c Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 6 Jun 2022 01:09:51 +0100 Subject: [PATCH] ui: typo fix (#13283) --- src/Jackett.Common/Content/custom.js | 2 +- src/Jackett.Common/Content/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Content/custom.js b/src/Jackett.Common/Content/custom.js index 7eee1c698..cb23ef502 100644 --- a/src/Jackett.Common/Content/custom.js +++ b/src/Jackett.Common/Content/custom.js @@ -927,7 +927,7 @@ function doErrorNotify(indexerId, errorMessage, errorEvent) { var link = "Click here to open an issue on GitHub for " + githubText + "."; if (errorMessage.includes("FlareSolverr is not configured")) { link = "Instructions to install and configure FlareSolverr.
" + - "Troubleshooting frecuent errors with FlareSolverr."; + "Troubleshooting frequent errors with FlareSolverr."; } doNotify("An error occurred while " + errorEvent + " this indexer
" + htmlEscapedError + "
" + link, "danger", "glyphicon glyphicon-alert", false); diff --git a/src/Jackett.Common/Content/index.html b/src/Jackett.Common/Content/index.html index f04b12a8b..182086b43 100644 --- a/src/Jackett.Common/Content/index.html +++ b/src/Jackett.Common/Content/index.html @@ -754,6 +754,6 @@ - +