Skip to content

Commit

Permalink
Update a single comment :^) (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin authored May 20, 2024
1 parent f7cc341 commit 1bcd3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/evaluation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def log_state_transition(instance, name, source, target, **_kwargs):


class Contribution(LoggedModel):
"""A contributor who is assigned to an evaluation and his questionnaires."""
"""A contributor who is assigned to an evaluation and their questionnaires."""

class TextAnswerVisibility(models.TextChoices):
OWN_TEXTANSWERS = "OWN", _("Own")
Expand Down

0 comments on commit 1bcd3de

Please sign in to comment.