diff --git a/bigbluebutton-html5/imports/ui/components/notifications-bar/container.jsx b/bigbluebutton-html5/imports/ui/components/notifications-bar/container.jsx index 0442713d39750ada764851b6a04375387d0aabaf..a008e547264e98a43fbea92b945680170c175804 100644 --- a/bigbluebutton-html5/imports/ui/components/notifications-bar/container.jsx +++ b/bigbluebutton-html5/imports/ui/components/notifications-bar/container.jsx @@ -192,7 +192,7 @@ export default injectIntl(withTracker(({ intl }) => { data.message = ( <SlowConnection effectiveConnectionType={stats}> {intl.formatMessage(intlMessages.slowEffectiveConnectionDetected)}{' '} - <a href={HELP_LINK} target="_blank" rel="noopener noreferrer"> + <a href={STATS.help} target="_blank" rel="noopener noreferrer"> {intl.formatMessage(intlMessages.slowEffectiveConnectionHelpLink)} </a> </SlowConnection> diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml index 538304604e3927df4a565b80247f3da3d78854a2..60bf90f7530b828aaa009f2e4dd6c3506fb7e032 100755 --- a/bigbluebutton-html5/private/config/settings.yml +++ b/bigbluebutton-html5/private/config/settings.yml @@ -195,6 +195,7 @@ public: - warning - danger - critical + help: STATS_HELP_URL presentation: allowDownloadable: true defaultPresentationFile: default.pdf