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

Merge branch 'fix/typo-enforece' into 'master'

Fix typo

See merge request infrablue/python-bigbluebutton2!27
parents fa0507d7 1357d2aa
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ class Meeting(models.Model):
("join_as_moderator", _("Can join this meeting with moderator role")),
("grant_attendee", _("Can grant attendee privileges to others")),
("grant_moderator", _("Can grant moderator privileges to others")),
("enforece_conference_pin", _("Can enforce a static conference PIN")),
("enforce_conference_pin", _("Can enforce a static conference PIN")),
("add_urls", _("Can add new URLs for this meeting")),
]
......
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