Skip to content

Commit c9b2245

Browse files
Merge pull request hestiacp#1185 from myrevery/master
Update templates static file.
2 parents 0f457b3 + f1e3c74 commit c9b2245

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

web/templates/admin/edit_server.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
</tr>
664664
<tr>
665665
<td>
666-
<?=__('ISSUER')?>
666+
<?=__('ISSUER')?>:
667667
</td>
668668
<td class="details">
669669
<?=$v_ssl_issuer?>
@@ -899,4 +899,4 @@ <h5>* plugin installation will run in background</h5>
899899
</tr>
900900
</table>
901901
</form>
902-
</div>
902+
</div>

web/templates/admin/edit_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
</tr>
299299
<tr>
300300
<td>
301-
<?=__('ISSUER')?>
301+
<?=__('ISSUER')?>:
302302
</td>
303303
<td class="details">
304304
<?=$v_ssl_issuer?>

web/templates/user/edit_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
</tr>
228228
<tr>
229229
<td>
230-
<?=__('ISSUER')?>
230+
<?=__('ISSUER')?>:
231231
</td>
232232
<td class="details">
233233
<?=$v_ssl_issuer?>

0 commit comments

Comments
 (0)