Merge pull request #285 from grtcdr/patch-1

Simplify NewConfig description
issue/311
Kelvin Schoofs 3 years ago committed by GitHub
commit bfae800a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ class NewConfig extends React.Component<StateProps & DispatchProps> {
<h2>Create new configuration</h2> <h2>Create new configuration</h2>
<FieldString <FieldString
label="Name" label="Name"
description="Name of the config. Can only exists of lowercase alphanumeric characters, slashes and any of these: _.+-@" description="Name of the config. Accepted characters: [0-9a-z_.+-@]"
value={name} value={name}
validator={invalidConfigName} validator={invalidConfigName}
onChange={setName} onChange={setName}

Loading…
Cancel
Save