#112 CompensationAction explanation
* updates the help_text for action_type on NewActionModalForm to give a better explanation
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user