diff --git a/ui/ui/customer/register.tpl b/ui/ui/customer/register.tpl index df87e2dc..c34ba622 100644 --- a/ui/ui/customer/register.tpl +++ b/ui/ui/customer/register.tpl @@ -23,7 +23,7 @@ {elseif $_c['registration_username'] == 'email'} {Lang::T('Email')} {else} - {Lang::T('Username')} + {Lang::T('Usernames')} {/if}
@@ -38,7 +38,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}">
{if $_c['photo_register'] == 'yes'} @@ -63,7 +63,7 @@ {/if} {if $_c['man_fields_address'] neq 'no'}
- +
{/if} @@ -108,4 +108,4 @@ -{include file="customer/footer-public.tpl"} \ No newline at end of file +{include file="customer/footer-public.tpl"}