VC/Vidyo: Fix switch widget showing confirm prompts

This commit is contained in:
Adrian Moennich 2020-05-08 16:07:37 +02:00
parent 30dba50693
commit abe7ea7ce1

View File

@ -54,7 +54,7 @@ class VCRoomForm(VCRoomFormBase, VidyoAdvancedFormMixin):
description=_('Used to protect the access to the VC Room (leave blank for open '
'access). Only digits allowed.'))
auto_mute = BooleanField(_('Auto mute'),
widget=SwitchWidget(_('On'), _('Off')),
widget=SwitchWidget(),
description=_('The VidyoDesktop clients will join the VC room muted by default '
'(audio and video)'))