#112 CompensationAction explanation

* updates the help_text for action_type on NewActionModalForm to give a better explanation
This commit is contained in:
2022-02-15 11:32:20 +01:00
parent f3a837a8a6
commit b34aa44d44
3 changed files with 23 additions and 10 deletions

View File

@@ -410,7 +410,7 @@ class NewActionModalForm(BaseModalForm):
label=_("Action Type"),
label_suffix="",
required=True,
help_text=_("Select the action type"),
help_text=_("An action can consist of multiple different action types. All the selected action types are expected to be performed according to the amount and unit below on this form."),
choices=[],
widget=CompensationActionTreeCheckboxSelectMultiple(),
)