diff --git a/src/webpage/login.ts b/src/webpage/login.ts index ed2a8bc..9f67183 100644 --- a/src/webpage/login.ts +++ b/src/webpage/login.ts @@ -91,7 +91,7 @@ export async function makeLogin(trasparentBg = false, instance = "") { picker.giveButton(button); button?.classList.add("createAccount"); - const email = form.addTextInput(I18n.htmlPages.userField(), "login"); + const email = form.addTextInput(I18n.htmlPages.emailField(), "login"); form.addTextInput(I18n.htmlPages.pwField(), "password", {password: true}); form.addCaptcha(); const a = document.createElement("a");