mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-19 21:38:23 -05:00
Minor rephrase of Username popup
This commit is contained in:
parent
d0f29abeab
commit
f2e6c2db16
|
|
@ -426,7 +426,7 @@
|
|||
app.addPopup(UserPopup, {name: target});
|
||||
};
|
||||
if (!target) {
|
||||
app.addPopupPrompt("Whose user window would you like to open?", "Open", function(target) {
|
||||
app.addPopupPrompt("Username", "Open", function(target) {
|
||||
if (!target) return;
|
||||
open(target);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user