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

Fix typo

parent fa0507d7
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ class Meeting(models.Model): ...@@ -255,7 +255,7 @@ class Meeting(models.Model):
("join_as_moderator", _("Can join this meeting with moderator role")), ("join_as_moderator", _("Can join this meeting with moderator role")),
("grant_attendee", _("Can grant attendee privileges to others")), ("grant_attendee", _("Can grant attendee privileges to others")),
("grant_moderator", _("Can grant moderator 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")), ("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