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 ), )