Wizard: Update text for name validation
This updates helper text for blueprint name validation, making the "word characters" more specific.
This commit is contained in:
parent
c0efcc9188
commit
345c3bbd06
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@ const DetailsStep = () => {
|
|||
<FormHelperText>
|
||||
<HelperText>
|
||||
<HelperTextItem>
|
||||
The name can be 2-100 characters with at least two word characters
|
||||
The name can be 2-100 characters with at least two letters or
|
||||
numbers
|
||||
</HelperTextItem>
|
||||
</HelperText>
|
||||
</FormHelperText>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue