Skip to content

Commit

Permalink
Improve secret hostname hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerolimov committed Oct 8, 2020
1 parent 2ef1ec1 commit 5c50989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const SecretAnnotation: React.FC<SecretAnnotationParam> = (props) => {
<div className="form-group">
<InputField
name={`${fieldName}.value`}
helpText="The base server url (e.g. https://github.com)"
helpText="Server hostname without schema or path (e.g. github.com)"
type={TextInputTypes.text}
isReadOnly={isReadOnly}
label="Server URL"
Expand Down

0 comments on commit 5c50989

Please sign in to comment.