From 2b14e422aaccd1ceb20e485301bf3109977b160f Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Thu, 1 Sep 2016 12:56:17 -0400 Subject: [PATCH] Fixes incorrect help text on OAuth 2.0 confirmation dialog (#3926) * Update confirm_integration.jsx * Update en.json --- .../components/integrations/components/confirm_integration.jsx | 2 +- webapp/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/integrations/components/confirm_integration.jsx b/webapp/components/integrations/components/confirm_integration.jsx index 1b95824ca5..ce7e50fd14 100644 --- a/webapp/components/integrations/components/confirm_integration.jsx +++ b/webapp/components/integrations/components/confirm_integration.jsx @@ -193,7 +193,7 @@ export default class ConfirmIntegration extends React.Component {

); diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index b5e3b36452..4211ff13b8 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -102,7 +102,7 @@ "add_oauth_app.description.help": "Description for your OAuth 2.0 application.", "add_oauth_app.descriptionRequired": "Description for the OAuth 2.0 application is required.", "add_oauth_app.doneHelp": "Your OAuth 2.0 application has been set up. Please use the following Client ID and Client Secret when requesting authorization for your application.", - "add_oauth_app.doneUrlHelp": "Please send data to the following URL.", + "add_oauth_app.doneUrlHelp": "The following are your authorized redirect URL(s).", "add_oauth_app.header": "Add", "add_oauth_app.homepage.help": "The URL for the homepage of the OAuth 2.0 application. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.", "add_oauth_app.homepageRequired": "Homepage for the OAuth 2.0 application is required.",