diff --git a/vc_zoom/indico_vc_zoom/plugin.py b/vc_zoom/indico_vc_zoom/plugin.py index 4d41182..1cf4b6a 100644 --- a/vc_zoom/indico_vc_zoom/plugin.py +++ b/vc_zoom/indico_vc_zoom/plugin.py @@ -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) diff --git a/vc_zoom/indico_vc_zoom/translations/messages-js.pot b/vc_zoom/indico_vc_zoom/translations/messages-js.pot index 5d4a27c..f96b6e2 100644 --- a/vc_zoom/indico_vc_zoom/translations/messages-js.pot +++ b/vc_zoom/indico_vc_zoom/translations/messages-js.pot @@ -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 \n" "Language-Team: LANGUAGE \n" diff --git a/vc_zoom/indico_vc_zoom/translations/messages.pot b/vc_zoom/indico_vc_zoom/translations/messages.pot index 9a45da0..abbe0c5 100644 --- a/vc_zoom/indico_vc_zoom/translations/messages.pot +++ b/vc_zoom/indico_vc_zoom/translations/messages.pot @@ -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 \n" "Language-Team: LANGUAGE \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