Fixes incorrect help text on OAuth 2.0 confirmation dialog (#3926)

* Update confirm_integration.jsx

* Update en.json
Этот коммит содержится в:
Jason Blais
2016-09-01 12:56:17 -04:00
коммит произвёл Joram Wilander
родитель 276e0189b1
Коммит 2b14e422aa
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -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>
);