From 67f79effabe2e585d1597fad936ea124c8852a89 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 14 Dec 2025 11:43:52 -0300 Subject: [PATCH] feat: improve text for rules --- app/apps/rules/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/apps/rules/forms.py b/app/apps/rules/forms.py index fbe246c..b5b3935 100644 --- a/app/apps/rules/forms.py +++ b/app/apps/rules/forms.py @@ -50,7 +50,7 @@ class TransactionRuleForm(forms.ModelForm): "description", "trigger", Alert( - _("You can add actions to this rule in the next screen."), dismiss=True + _("You can add actions to this rule in the next screen."), dismiss=False ), )