Skip to content
Snippets Groups Projects
Commit c480990e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix/typo' into 'master'

Fix typo

See merge request infrablue/python-bigbluebutton2!30
parents 7bb75b96 29956222
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