mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-28 08:43:07 +08:00
chore: update message
This commit is contained in:
parent
86df6c769e
commit
f63cbe427e
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ list["updateName"] = new SimplePopup(
|
|||
}
|
||||
if (snapshot.needsToChangeName === true) {
|
||||
thisPopup.text =
|
||||
"You need to change your account name. This might be because you have a duplicate name, no account name or your name is not allowed. Sorry for the inconvenience.";
|
||||
"You need to change your account name. This might be because you have a duplicate name, no account name or your name is not allowed (contains whitespace or invalid characters). Sorry for the inconvenience.";
|
||||
}
|
||||
},
|
||||
(_thisPopup) => {
|
||||
|
|
Loading…
Reference in a new issue