Translation fix

* fixes label and translation in a form
This commit is contained in:
mipel
2021-08-04 11:02:26 +02:00
parent f666c3afa3
commit 2e3fdaad97
3 changed files with 12 additions and 8 deletions

View File

@@ -215,7 +215,7 @@ class NewActionModalForm(BaseModalForm):
label=_("Action Type"),
label_suffix="",
required=True,
help_text=_("Select the deadline type"),
help_text=_("Select the action type"),
)
unit = forms.ChoiceField(
label=_("Unit"),