summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-09-01 12:56:17 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-09-01 12:56:17 -0400
commit2b14e422aaccd1ceb20e485301bf3109977b160f (patch)
tree50cede47a3ac132876c7326b6a1a103c7d32f274 /webapp/i18n
parent276e0189b1453b3b869f9ae834482d672b832158 (diff)
downloadchat-2b14e422aaccd1ceb20e485301bf3109977b160f.tar.gz
chat-2b14e422aaccd1ceb20e485301bf3109977b160f.tar.bz2
chat-2b14e422aaccd1ceb20e485301bf3109977b160f.zip
Fixes incorrect help text on OAuth 2.0 confirmation dialog (#3926)
* Update confirm_integration.jsx * Update en.json
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
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.",