Skip to content
Snippets Groups Projects
Commit aa8df47b authored by Julian's avatar Julian
Browse files

Reword verbose_name of count_as_absent

parent c70c929b
No related branches found
No related tags found
1 merge request!274Resolve "[Excuses] Excuse types that change absence count / are uncounted"
Pipeline #65048 passed with warnings
......@@ -52,7 +52,7 @@ class ExcuseType(ExtensibleModel):
count_as_absent = models.BooleanField(
default=True,
verbose_name=_("Count as missed lesson"),
verbose_name=_("Count as absent"),
help_text=_(
"If checked, this excuse type will be counted as a missed lesson. If not checked,"
"it won't show up in the absence report."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment