diff --git a/kallithea/i18n/kallithea.pot b/kallithea/i18n/kallithea.pot --- a/kallithea/i18n/kallithea.pot +++ b/kallithea/i18n/kallithea.pot @@ -2518,7 +2518,7 @@ msgid "Enabled Plugins" msgstr "" #: kallithea/templates/admin/auth/auth_settings.html:33 -msgid "Comma separated list of plugins. Order of plugins is also order in which Kallithea will try to authenticate user" +msgid "Comma-separated list of plugins; Kallithea will try user authentication in plugin order" msgstr "" #: kallithea/templates/admin/auth/auth_settings.html:34 diff --git a/kallithea/templates/admin/auth/auth_settings.html b/kallithea/templates/admin/auth/auth_settings.html --- a/kallithea/templates/admin/auth/auth_settings.html +++ b/kallithea/templates/admin/auth/auth_settings.html @@ -30,7 +30,7 @@
${h.text("auth_plugins", class_='large')} - ${_('Comma separated list of plugins. Order of plugins is also order in which Kallithea will try to authenticate user')} + ${_('Comma-separated list of plugins; Kallithea will try user authentication in plugin order')}
${_('Available built-in plugins')}