Translation fix
* fixes label and translation in a form
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user