summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorlfbrock <lfbrock@users.noreply.github.com>2016-07-14 18:52:05 -0400
committerCorey Hulen <corey@hulen.com>2016-07-14 14:52:05 -0800
commit491593b285cb92a3896fbd8203d8461be615880e (patch)
treed0bfe8ff43d4cee2c16308d5c5fb61d4016c0e3b /webapp/components/admin_console
parent23d831d341b7ab566f47cd09cb6bba3ecb7d3dbe (diff)
downloadchat-491593b285cb92a3896fbd8203d8461be615880e.tar.gz
chat-491593b285cb92a3896fbd8203d8461be615880e.tar.bz2
chat-491593b285cb92a3896fbd8203d8461be615880e.zip
Update incorrect Google API key help text (#3595)
* Update Youtube API key help text * Update en.json
Diffstat (limited to 'webapp/components/admin_console')
-rw-r--r--webapp/components/admin_console/external_service_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/external_service_settings.jsx b/webapp/components/admin_console/external_service_settings.jsx
index ebeb78332..59a129fc0 100644
--- a/webapp/components/admin_console/external_service_settings.jsx
+++ b/webapp/components/admin_console/external_service_settings.jsx
@@ -77,7 +77,7 @@ export default class ExternalServiceSettings extends AdminSettings {
helpText={
<FormattedHTMLMessage
id='admin.service.googleDescription'
- defaultMessage='Set this key to enable embedding of YouTube video previews based on hyperlinks appearing in messages or comments. Instructions to obtain a key available at <a href="https://www.youtube.com/watch?v=Im69kzhpR3I" target="_blank">https://www.youtube.com/watch?v=Im69kzhpR3I</a>. Leaving the field blank disables the automatic generation of YouTube video previews from links.'
+ defaultMessage='Set this key to enable the display of titles for embedded YouTube video previews. Without the key, YouTube previews will still be created based on hyperlinks appearing in messages or comments but they will not show the video title. View a <a href="https://www.youtube.com/watch?v=Im69kzhpR3I" target="_blank">Google Developers Tutorial</a> for instructions on how to obtain a key.'
/>
}
value={this.state.googleDeveloperKey}