mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix easy rule problem when using a non-English language.
This commit is contained in:
parent
1cd1435e85
commit
1c0083d004
@ -142,7 +142,8 @@ function easyrule_block_rule_create($int = 'wan', $ipproto = "inet") {
|
||||
$filterent['source']['address'] = $blockaliasname . strtoupper($int);
|
||||
$filterent['destination']['any'] = '';
|
||||
$filterent['descr'] = gettext("Easy Rule: Blocked from Firewall Log View");
|
||||
$filterent['created'] = make_config_revision_entry(null, gettext("Easy Rule"));
|
||||
/* Do not translate this, it's considered a username which cannot contain international characters */
|
||||
$filterent['created'] = make_config_revision_entry(null, "Easy Rule");
|
||||
|
||||
array_splice($a_filter, 0, 0, array($filterent));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user