Fixes incorrect help text on OAuth 2.0 confirmation dialog (#3926)
* Update confirm_integration.jsx * Update en.json
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
276e0189b1
Коммит
2b14e422aa
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Ссылка в новой задаче
Block a user