Forráskód Böngészése

Merge branch 'bugfix-uiver' into patches/190628

Kristan Kenney 6 éve
szülő
commit
bbfe2d3a5e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      web/templates/login.html

+ 1 - 1
web/templates/login.html

@@ -93,7 +93,7 @@
                             <td colspan=2>
                                 <div class="login-bottom">
                                     <div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
-                                    <a class="hestiacp" href="https://www.hestiacp.com">v<?php echo $_SESSION['VERSION']; ?></a>
+                                    <a class="hestiacp" href="https://www.hestiacp.com">v<?phpprint __('Hestia Control Panel'); ?></a>
                                 </div>
                             </td>
                         </tr>