Update login-custom-moon.tpl

This commit is contained in:
Ahmad Husein 2024-11-30 23:13:57 +07:00 committed by GitHub
parent 13a2de2664
commit 5c54223454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -507,7 +507,7 @@
<input type="hidden" name="csrf_token" value="{$csrf_token}">
<div>
<input type="text" name="username"
placeholder="{if $_c['registration_username'] == 'phone'}{Lang::T('Phone Number')}{elseif $_c['registration_username'] == 'email'}{Lang::T('Email')}{else}{Lang::T('Username')}{/if}"
placeholder="{if $_c['registration_username'] == 'phone'}{Lang::T('Phone Number')}{elseif $_c['registration_username'] == 'email'}{Lang::T('Email')}{else}{Lang::T('Usernames')}{/if}"
required>
</div>
<div>
@ -601,4 +601,4 @@
{/if}
</body>
</html>
</html>