From 366ea0ce4079e56269d6c307946922acd2326533 Mon Sep 17 00:00:00 2001 From: Pedro Beschorner Marin <pedrobmarin@gmail.com> Date: Mon, 2 Mar 2020 13:37:23 -0300 Subject: [PATCH] Included stats help URL --- .../imports/ui/components/notifications-bar/container.jsx | 2 +- bigbluebutton-html5/private/config/settings.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/notifications-bar/container.jsx b/bigbluebutton-html5/imports/ui/components/notifications-bar/container.jsx index 0442713d39..a008e54726 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 538304604e..60bf90f753 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 -- GitLab