From df06d8fcd34a331206b98aadfbfacf577cc3b2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Tue, 1 Oct 2024 21:58:52 +0200 Subject: [PATCH] update error index --- .../pages/errorPage/errors/errorIndex.js | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/client/homebrew/pages/errorPage/errors/errorIndex.js b/client/homebrew/pages/errorPage/errors/errorIndex.js index 0272fed4d..205b8a0bc 100644 --- a/client/homebrew/pages/errorPage/errors/errorIndex.js +++ b/client/homebrew/pages/errorPage/errors/errorIndex.js @@ -173,27 +173,14 @@ const errorIndex = (props)=>{ **Brew Title:** ${props.brew.brewTitle}`, - - // ####### Admin pages errors ####### + // ####### Admin page error ####### '52': dedent` ## Access Denied - You need to provide correct administrator credentials to access this page. *Too many unsuccessful - attempts will lock you out for a period of time.* + You need to provide correct administrator credentials to access this page. : - If you should have access but are not able to log-in, please reach out via - [reddit mod mail](https://old.reddit.com/message/compose/?to=/r/homebrewery) - or in the [hb_issues channel of the Discord of Many Things server](https://discord.gg/domt).`, + This page is for administrators only, if you are not an administrator, stop trying to access it.`, - '54' : dedent` - ## You have run out of attempts - You have failed to provide correct credentials to access the page too many times. - For security reasons, you will have to wait a day before retrying again. - : - If you should have access but are not able to log-in, please reach out via - [reddit mod mail](https://old.reddit.com/message/compose/?to=/r/homebrewery) - or in the [hb_issues channel of the Discord of Many Things server](https://discord.gg/domt).`, - '90' : dedent` An unexpected error occurred while looking for these brews. Try again in a few minutes.`,