diff --git a/ui/ui/customer/login-noreg.tpl b/ui/ui/customer/login-noreg.tpl
index a0e6dd2e..45bf3648 100644
--- a/ui/ui/customer/login-noreg.tpl
+++ b/ui/ui/customer/login-noreg.tpl
@@ -22,7 +22,7 @@
{elseif $_c['registration_username'] == 'email'}
{Lang::T('Email')}
{else}
- {Lang::T('Username')}
+ {Lang::T('Usernames')}
{/if}
@@ -37,7 +37,7 @@
class="glyphicon glyphicon-user">
{/if}
+ placeholder="{if $_c['country_code_phone']!= '' || $_c['registration_username'] == 'phone'}{$_c['country_code_phone']} {Lang::T('Phone Number')}{elseif $_c['registration_username'] == 'email'}{Lang::T('Email')}{else}{Lang::T('Usernames')}{/if}">
@@ -93,4 +93,4 @@
-{include file="customer/footer-public.tpl"}
\ No newline at end of file
+{include file="customer/footer-public.tpl"}