mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397
This commit is contained in:
parent
6ee04b69c8
commit
1cc71979e4
@ -48,7 +48,7 @@ $a_gateway_groups = &$config['gateways']['gateway_group'];
|
||||
$a_gateways = return_gateways_array();
|
||||
|
||||
$categories = array(
|
||||
'downlosslatency' => gettext("Packet Loss or High Latency").
|
||||
'downlosslatency' => gettext("Packet Loss or High Latency"),
|
||||
'downloss' => gettext("Packet Loss"),
|
||||
'downlatency' => gettext("High Latency"),
|
||||
'down' => gettext("Member Down")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user