feat: improve text for rules

This commit is contained in:
Herculino Trotta
2025-12-14 11:43:52 -03:00
parent c168886968
commit 67f79effab

View File

@@ -50,7 +50,7 @@ class TransactionRuleForm(forms.ModelForm):
"description", "description",
"trigger", "trigger",
Alert( 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
), ),
) )