[Code] change suggested clone url (#37354) (#37409)

This commit is contained in:
Fuyao Zhao 2019-05-29 15:37:53 -07:00 committed by GitHub
parent a41791958f
commit f3be839a6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ class CodeImportProject extends React.PureComponent<
<EuiFlexItem>
<EuiFormRow
label="Repository URL"
helpText="e.g. https://github.com/elastic/elasticsearch"
helpText="e.g. https://github.com/elastic/eui"
fullWidth
isInvalid={this.state.isInvalid}
error="The URL shouldn't be empty."

View file

@ -161,7 +161,7 @@ class CodeProjectTab extends React.PureComponent<Props, State> {
value={this.state.repoURL}
onChange={this.onChange}
onBlur={this.updateIsInvalid}
placeholder="https://github.com/elastic/elasticsearch"
placeholder="https://github.com/elastic/eui"
aria-label="input project url"
data-test-subj="importRepositoryUrlInputBox"
isLoading={this.props.importLoading}