Changed ICMP flood per minute description (#5904)

This commit is contained in:
MatteoBiscosi 2021-10-07 11:48:29 +02:00
parent fda446fb7c
commit 3f4a1a0e49
3 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,7 @@ local icmp_flood = {
gui = {
i18n_title = "entity_thresholds.icmp_flood_title",
i18n_description = "entity_thresholds.icmp_flood_description",
i18n_field_unit = checks.field_units.icmp_sec,
i18n_field_unit = checks.field_units.icmp_flow_sec,
input_builder = "threshold_cross",
field_max = 65535,
field_min = 1,