mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-15 10:06:10 +08:00
updated error to mention clearing cache
This commit is contained in:
parent
cc17338d58
commit
69020f7ab0
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ function getAccountDataAndInit() {
|
|||
AccountIcon.loading(false);
|
||||
console.error(e);
|
||||
Notifications.add(
|
||||
"Error downloading user data - refresh to try again. Client likely could not connect to the backend, if error persists contact Miodec.",
|
||||
"Error downloading user data. Client likely could not connect to the backend - refresh to try again. If error persists try clearing your cache and website data or contact Miodec.",
|
||||
-1
|
||||
);
|
||||
$("#top #menu .account .icon").html('<i class="fas fa-fw fa-times"></i>');
|
||||
|
|
Loading…
Add table
Reference in a new issue