Skip to content

Commit

Permalink
Update terms used for login box in homepage edition page to match rea…
Browse files Browse the repository at this point in the history
…l login box - refs BT#16051
  • Loading branch information
ywarnier committed Sep 5, 2019
1 parent 7ae70ad commit 672e093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/admin/configure_homepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -1024,11 +1024,11 @@ class="form-control"><?php echo $notice_text; ?></textarea>
disabled="disabled"/>
</div>
<button class="btn btn-primary btn-block" type="button" name="submitAuth"
value="<?php echo get_lang('Ok'); ?>"
disabled="disabled"><?php echo get_lang('Ok'); ?></button>
value="<?php echo get_lang('LoginEnter'); ?>"
disabled="disabled"><?php echo get_lang('LoginEnter'); ?></button>
</form>
<ul class="nav nav-pills nav-stacked">
<li><?php echo api_ucfirst(get_lang('Registration')); ?></li>
<li><?php echo api_ucfirst(get_lang('SignUp')); ?></li>
<li><?php echo api_ucfirst(get_lang('LostPassword')); ?></li>
</ul>
</div>
Expand Down

0 comments on commit 672e093

Please sign in to comment.