From 538cf4e675cdb606b9225b54b17c6ba937c41a4f Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sat, 30 Nov 2024 23:11:35 +0700 Subject: [PATCH] Update login.tpl --- ui/ui/customer/login.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"}