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
No related merge requests found
...@@ -52,7 +52,7 @@ class ExcuseType(ExtensibleModel): ...@@ -52,7 +52,7 @@ class ExcuseType(ExtensibleModel):
count_as_absent = models.BooleanField( count_as_absent = models.BooleanField(
default=True, default=True,
verbose_name=_("Count as missed lesson"), verbose_name=_("Count as absent"),
help_text=_( help_text=_(
"If checked, this excuse type will be counted as a missed lesson. If not checked," "If checked, this excuse type will be counted as a missed lesson. If not checked,"
"it won't show up in the absence report." "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