Skip to content

Commit d6623d6

Browse files
committed
Fixed: FS#512 - DNS RR list: page_txt x page_of_txt y
1 parent d46057a commit d6623d6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

interface/web/dns/lib/lang/en_dns_a_list.lng

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ $wb["data_txt"] = 'Data';
88
$wb["aux_txt"] = 'Priority';
99
$wb["type_txt"] = 'Type';
1010
$wb["add_new_record_txt"] = 'Add new DNS A-Record';
11+
$wb["page_txt"] = 'Page';
12+
$wb["page_of_txt"] = 'of';
1113
?>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
22
$wb["rulename_txt"] = 'Name';
33
$wb["add_new_record_txt"] = 'Add new Filter';
4+
$wb["page_txt"] = 'Page';
5+
$wb["page_of_txt"] = 'of';
46
?>

0 commit comments

Comments
 (0)