Skip to content

Commit bbfe2d3

Browse files
author
Kristan Kenney
committed
Merge branch 'bugfix-uiver' into patches/190628
2 parents 16fbfe7 + c5d3d8d commit bbfe2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<td colspan=2>
9494
<div class="login-bottom">
9595
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
96-
<a class="hestiacp" href="https://www.hestiacp.com">v<?php echo $_SESSION['VERSION']; ?></a>
96+
<a class="hestiacp" href="https://www.hestiacp.com">v<?phpprint __('Hestia Control Panel'); ?></a>
9797
</div>
9898
</td>
9999
</tr>

0 commit comments

Comments
 (0)