Skip to content

Commit ab6ee87

Browse files
author
Thom Pol
committed
Fixes #4480
1 parent c6cb9f3 commit ab6ee87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/admin/templates/server_ip_edit.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
44
<p><tmpl_var name="list_desc_txt"></p>
55

66

7-
<legend>IP Address</legend>
7+
<legend>{tmpl_var name='server_ip_edit_title'}</legend>
88
<div class="form-group">
99
<label for="server_id" class="col-sm-3 control-label">{tmpl_var name='server_id_txt'}</label>
1010
<div class="col-sm-9"><select name="server_id" id="server_id" class="form-control">
@@ -42,4 +42,4 @@ <h1><tmpl_var name="list_head_txt"></h1>
4242
<div class="clear"><div class="right">
4343
<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="admin/server_ip_edit.php">{tmpl_var name='btn_save_txt'}</button>
4444
<button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="admin/server_ip_list.php">{tmpl_var name='btn_cancel_txt'}</button>
45-
</div></div>
45+
</div></div>

0 commit comments

Comments
 (0)