Skip to content

Commit 5c64673

Browse files
author
Thom Pol
committed
Fixes #4474
1 parent ab6ee87 commit 5c64673

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

interface/web/admin/form/server_ip_map.tform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31-
$form["title"] = "IPv4 Address mapping";
32-
$form["description"] = "Form to map IPv4-addresses for Web-Server";
31+
$form["title"] = "server_ip_map_title";
32+
$form["description"] = "server_ip_map_desc";
3333
$form["name"] = "server_ip_map";
3434
$form["action"] = "server_ip_map_edit.php";
3535
$form["db_table"] = "server_ip_map";

interface/web/admin/lib/lang/ar_server_ip_map.lng

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
2+
$wb['server_ip_map_title'] = 'IPv4 Address mapping';
3+
$wb['server_ip_map_desc'] = 'Form to map IPv4-addresses for Web-Server';
24
$wb['server_id_txt'] = 'Rewrite on Server';
35
$wb['source_txt'] = 'Source IP';
46
$wb['destination_txt'] = 'Destination IP';

0 commit comments

Comments
 (0)