made the psa fail message less techy

This commit is contained in:
Miodec 2022-06-22 20:53:45 +02:00
parent bf1664e49e
commit 3ab1e4d796

View file

@ -29,7 +29,7 @@ async function getLatest(): Promise<MonkeyTypes.PSA[]> {
);
} else {
Notifications.addBanner(
"PSA request failed. If this issue persists the server might be experiencing unexpected down time. <a target= '_blank' href='https://monkeytype.instatus.com/'>Check the status page</a> or <a target= '_blank' href='https://twitter.com/monkeytypegame'>Twitter</a> for more information.",
"Looks like the server is experiencing maintenance or some unexpected down time. Check the <a target= '_blank' href='https://monkeytype.instatus.com/'>status page</a> or <a target= '_blank' href='https://twitter.com/monkeytypegame'>Twitter</a> for more information.",
-1,
"exclamation-triangle",
true,