summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/integrations/components/confirm_integration.jsx2
-rw-r--r--webapp/i18n/en.json2
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 1b95824ca..ce7e50fd1 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 {
<p>
<FormattedHTMLMessage
id='add_oauth_app.doneUrlHelp'
- defaultMessage='Please send data to the following URL.'
+ defaultMessage='The following are your authorized redirect URL(s).'
/>
</p>
);
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index b5e3b3645..4211ff13b 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.",