diff --git a/www/js/scene.js b/www/js/scene.js index c785467..d5dfb52 100644 --- a/www/js/scene.js +++ b/www/js/scene.js @@ -31,7 +31,7 @@ const SCENES = { form.appendChild(UI.table(null, [ [ UI.label("Handle", "handle"), UI.textbox("handle", "") ], [ UI.label("Secret", "secret"), UI.password("secret") ], - [ UI.label("Code", "code"), UI.password("code") ], + [ UI.label("Invite Code", "code"), UI.password("code") ], ])); let button = UI.button("Register", (event) => {