From 491593b285cb92a3896fbd8203d8461be615880e Mon Sep 17 00:00:00 2001 From: lfbrock Date: Thu, 14 Jul 2016 18:52:05 -0400 Subject: [PATCH] Update incorrect Google API key help text (#3595) * Update Youtube API key help text * Update en.json --- webapp/components/admin_console/external_service_settings.jsx | 2 +- webapp/i18n/en.json | 2 +- 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 ebeb783328..59a129fc01 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={ } value={this.state.googleDeveloperKey} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index d93ce91505..27c5b7da4f 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 https://www.youtube.com/watch?v=Im69kzhpR3I. 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 Google Developers Tutorial 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.",