summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/webrtc_settings.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/admin_console/webrtc_settings.jsx')
-rw-r--r--webapp/components/admin_console/webrtc_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/webrtc_settings.jsx b/webapp/components/admin_console/webrtc_settings.jsx
index 19423cf56..cea8e2226 100644
--- a/webapp/components/admin_console/webrtc_settings.jsx
+++ b/webapp/components/admin_console/webrtc_settings.jsx
@@ -106,7 +106,7 @@ export default class WebrtcSettings extends AdminSettings {
helpText={
<FormattedHTMLMessage
id='admin.webrtc.enableDescription'
- defaultMessage='When true, Mattermost allows making <strong>one on one</strong> video calls.'
+ defaultMessage='When true, Mattermost allows making <strong>one-on-one</strong> video calls. WebRTC calls are available on Chrome, Firefox and Mattermost Desktop Apps.'
/>
}
value={this.state.enableWebrtc}