Merge pull request #2293 from mattermost/esethna-patch-2

Update sys console GitLab set up help text
Этот коммит содержится в:
Joram Wilander
2016-03-01 10:50:15 -05:00
родитель 8aa4e28932 2da3c508ee
Коммит 4f9885b691
4 изменённых файлов: 5 добавлений и 5 удалений

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

@@ -167,7 +167,7 @@ class GitLabSettings extends React.Component {
<div className='help-text'>
<FormattedHTMLMessage
id='admin.gitlab.EnableHtmlDesc'
defaultMessage='<ol><li>Log in to your GitLab account and go to Applications -> Profile Settings.</li><li>Enter Redirect URIs "<your-mattermost-url>/login/gitlab/complete" (example: http://localhost:8065/login/gitlab/complete) and "<your-mattermost-url>/signup/gitlab/complete". </li><li>Then use "Secret" and "Id" fields from GitLab to complete the options below.</li><li>Complete the Endpoint URLs below. </li></ol>'
defaultMessage='<ol><li>Log in to your GitLab account and go to Profile Settings -> Applications.</li><li>Enter Redirect URIs "<your-mattermost-url>/login/gitlab/complete" (example: http://localhost:8065/login/gitlab/complete) and "<your-mattermost-url>/signup/gitlab/complete". </li><li>Then use "Secret" and "Id" fields from GitLab to complete the options below.</li><li>Complete the Endpoint URLs below. </li></ol>'
/>
</div>
</div>
@@ -376,4 +376,4 @@ GitLabSettings.propTypes = {
config: React.PropTypes.object
};
export default injectIntl(GitLabSettings);
export default injectIntl(GitLabSettings);