Simplify NewConfig description

That's it :)
pull/285/head
Aziz Ben Ali 3 years ago committed by GitHub
parent 48ef2298a8
commit e5455b3db8
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