mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-04 02:51:28 +02:00
Forward Firewall: BUG: when creating a new group in firewall-groups with the same name as an existing group, the line "no rule defined" was added.
BUG: THe line "no rules defined" is now "no entries in this group".
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%tr = (
|
||||
%tr = (
|
||||
%tr,
|
||||
|
||||
'Act as' => 'Act as:',
|
||||
@@ -1044,6 +1044,7 @@
|
||||
'fwhost err addr' => 'Invalid IP address or subnet',
|
||||
'fwhost err addrgrp' => 'Please provide a group name',
|
||||
'fwhost err empty' => 'Please fill in all input fields',
|
||||
'fwhost err emptytable' => 'No entries in this group',
|
||||
'fwhost err groupempty' => 'The selected group is empty',
|
||||
'fwhost err grpexist' => 'Group already exists',
|
||||
'fwhost err hostexist' => 'A host with the same name already exists',
|
||||
|
||||
Reference in New Issue
Block a user