From c53026c7b69e95f32b8b76dc2d6b6d3e128903fe Mon Sep 17 00:00:00 2001 From: Andika Triwidada Date: Fri, 18 Oct 2024 04:29:57 +0000 Subject: [PATCH] Quota example typo fix --- ui/opensnitch/dialogs/firewall_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/opensnitch/dialogs/firewall_rule.py b/ui/opensnitch/dialogs/firewall_rule.py index 60418435..411582b0 100644 --- a/ui/opensnitch/dialogs/firewall_rule.py +++ b/ui/opensnitch/dialogs/firewall_rule.py @@ -261,7 +261,7 @@ For example when: - "quota until 10/mbytes" -> apply the Action defined (ACCEPT) The value must be in the format: VALUE/UNITS, for example: - - 10mbytes, 1/gbytes, etc + - 10/mbytes, 1/gbytes, etc """), 'keys': [ {'key': Fw.ExprQuota.OVER.value, 'values': []},