Skip to content
Snippets Groups Projects
Commit a4420597 authored by Thom's avatar Thom :tools:
Browse files

Update interface/web/admin/form/server_ip.tform.php

parent bcb6e94b
No related branches found
No related tags found
1 merge request!994Added missing translating functions and fixed the language editor
...@@ -64,8 +64,8 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ...@@ -64,8 +64,8 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
$form["title"] = "IP Addresses"; $form["title"] = "server_ip_edit_title";
$form["description"] = "Form to edit system IP Addresses"; $form["description"] = "server_ip_edit_desc";
$form["name"] = "server_ip"; $form["name"] = "server_ip";
$form["action"] = "server_ip_edit.php"; $form["action"] = "server_ip_edit.php";
$form["db_table"] = "server_ip"; $form["db_table"] = "server_ip";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment