Skip to content

Commit 45f876a

Browse files
committed
Fixed: FS#637 - Email blacklist table header
1 parent b84b62a commit 45f876a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?php
2-
$wb["list_head_txt"] = 'Spamfilter Blacklist';
3-
$wb["active_txt"] = 'Active';
4-
$wb["server_id_txt"] = 'Server';
5-
$wb["priority_txt"] = 'Priority';
6-
$wb["rid_txt"] = 'User';
7-
$wb["email_txt"] = 'Whitelisted Email';
8-
$wb["add_new_record_txt"] = 'Add Blacklist record';
1+
<?php
2+
$wb["list_head_txt"] = 'Spamfilter Blacklist';
3+
$wb["active_txt"] = 'Active';
4+
$wb["server_id_txt"] = 'Server';
5+
$wb["priority_txt"] = 'Priority';
6+
$wb["rid_txt"] = 'User';
7+
$wb["email_txt"] = 'Blacklisted Email';
8+
$wb["add_new_record_txt"] = 'Add Blacklist record';
99
?>

0 commit comments

Comments
 (0)