Browse Source

Change Hestia SSL to SSL in edit server

Jaap Marcus 3 years ago
parent
commit
7b7cb7d861
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/templates/pages/edit_server.html

+ 1 - 1
web/templates/pages/edit_server.html

@@ -838,7 +838,7 @@
 						<tr>
 							<td class="vst-text input-label step-top advanced-options">
 								<a href="javascript:elementHideShow('ssl');" class="vst-text">
-									<i class="fas fa-lock"></i><b><?=_('Hestia SSL');?><img src="/images/arrow.png"></b>
+									<i class="fas fa-lock"></i><b><?=_('SSL');?><img src="/images/arrow.png"></b>
 								</a>
 							</td>
 						</tr>