VC/Zoom: Remove "VidyoVoice" reference

This commit is contained in:
Adrian Moennich 2021-06-28 09:57:06 +02:00
parent 237e7b23a8
commit bb199c9533
3 changed files with 4 additions and 4 deletions

View File

@ -114,7 +114,7 @@ class PluginSettingsForm(VCPluginSettingsFormBase):
'creation of a meeting'))
phone_link = URLField(_('Join via phone'), [Optional(), URL()],
description=_('Link to the list of VidyoVoice phone numbers'))
description=_('Link to instructions on joining a meeting via phone'))
def validate_authenticators(self, field):
invalid = set(field.data) - set(multipass.identity_providers)

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-25 18:04+0200\n"
"POT-Creation-Date: 2021-06-28 09:56+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-25 18:04+0200\n"
"POT-Creation-Date: 2021-06-28 09:56+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -255,7 +255,7 @@ msgid "Join via phone"
msgstr ""
#: indico_vc_zoom/plugin.py:117
msgid "Link to the list of VidyoVoice phone numbers"
msgid "Link to instructions on joining a meeting via phone"
msgstr ""
#: indico_vc_zoom/plugin.py:122