From 3ab1e4d7961f9ed63d5e3891ae1f189be985a201 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 22 Jun 2022 20:53:45 +0200 Subject: [PATCH] made the psa fail message less techy --- frontend/src/ts/elements/psa.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/elements/psa.ts b/frontend/src/ts/elements/psa.ts index 91ae9f433..03ad1725a 100644 --- a/frontend/src/ts/elements/psa.ts +++ b/frontend/src/ts/elements/psa.ts @@ -29,7 +29,7 @@ async function getLatest(): Promise { ); } else { Notifications.addBanner( - "PSA request failed. If this issue persists the server might be experiencing unexpected down time. Check the status page or Twitter for more information.", + "Looks like the server is experiencing maintenance or some unexpected down time. Check the status page or Twitter for more information.", -1, "exclamation-triangle", true,