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

Fix typo

parent 7bb75b96
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ class Meeting(models.Model):
help_text=_("Participants are muted when they join the meeting"),
)
allow_mods_to_unmute_users = models.BooleanField(
verbose_name=_("Allow moerators to unmute"),
verbose_name=_("Allow moderators to unmute"),
default=False,
help_text=_("Allow moderators to unmute other users (this is a privacy risk)"),
)
......
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