summaryrefslogtreecommitdiffstats
path: root/webapp
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
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')
-rw-r--r--webapp/components/admin_console/external_service_settings.jsx2
-rw-r--r--webapp/i18n/en.json2
2 files changed, 2 insertions, 2 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}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index d93ce9150..27c5b7da4 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -528,7 +528,7 @@
"admin.service.corsTitle": "Enable cross-origin requests from:",
"admin.service.developerDesc": "When true, Javascript errors are shown in a red bar at the top of the user interface. Not recommended for use in production. ",
"admin.service.developerTitle": "Enable Developer Mode: ",
- "admin.service.googleDescription": "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.",
+ "admin.service.googleDescription": "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.",
"admin.service.googleExample": "Ex \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"",
"admin.service.googleTitle": "Google API Key:",
"admin.service.iconDescription": "When true, webhooks and slash commands will be allowed to change the icon they post with. Note, combined with allowing username overriding, this could open users up to phishing attacks.",