diff --git a/ui/ui/customer/login.tpl b/ui/ui/customer/login.tpl
index 9dae48a7..56c72f5f 100644
--- a/ui/ui/customer/login.tpl
+++ b/ui/ui/customer/login.tpl
@@ -26,7 +26,7 @@
{elseif $_c['registration_username'] == 'email'}
{Lang::T('Email')}
{else}
- {Lang::T('Username')}
+ {Lang::T('Usernames')}
{/if}
@@ -41,7 +41,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}">
@@ -102,4 +102,4 @@
-{include file="customer/footer-public.tpl"}
\ No newline at end of file
+{include file="customer/footer-public.tpl"}