Browse Source

Update terms used for login box in homepage edition page to match real login box - refs BT#16051

Yannick Warnier 5 years ago
parent
commit
672e093ae6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/admin/configure_homepage.php

+ 3 - 3
main/admin/configure_homepage.php

@@ -1024,11 +1024,11 @@ switch ($action) {
                                            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>