We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db52b0 commit c5d3d8dCopy full SHA for c5d3d8d
1 file changed
web/templates/login.html
@@ -93,7 +93,7 @@
93
<td colspan=2>
94
<div class="login-bottom">
95
<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>
+ <a class="hestiacp" href="https://www.hestiacp.com">v<?phpprint __('Hestia Control Panel'); ?></a>
97
</div>
98
</td>
99
</tr>
0 commit comments