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:
regexowl 2024-06-27 14:09:53 +02:00 committed by Klara Simickova
parent c0efcc9188
commit 345c3bbd06

View file

@ -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>