Skip to content

Commit

Permalink
thanks @Quy
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Jul 24, 2017
1 parent 56f13a4 commit f8582e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/com_users/views/login/tmpl/default_login.php
Expand Up @@ -58,8 +58,8 @@
</div>
<?php endif; ?>
<?php if (JPluginHelper::isEnabled('system', 'remember')) : ?>
<div class="control-group">
<div class="control-label"><label><?php echo JText::_('COM_USERS_LOGIN_REMEMBER_ME') ?></label></div>
<div class="control-group">
<div class="control-label"><label><?php echo JText::_('COM_USERS_LOGIN_REMEMBER_ME'); ?></label></div>
<div class="controls"><input id="remember" type="checkbox" name="remember" class="inputbox" value="yes"/></div>
</div>
<?php endif; ?>
Expand Down

0 comments on commit f8582e5

Please sign in to comment.