shaper: fix a string to match another one in cron

This commit is contained in:
Franco Fichtner 2016-01-14 21:01:11 +01:00
parent a7d73bfd4a
commit 6e4fe046f2

View File

@ -54,7 +54,7 @@
<origin type="TextField">
<Required>N</Required>
<mask>/^([a-z,A-Z,1-9]){0,30}$/</mask>
<ValidationMessage>origin should be regular text of max 30 characters</ValidationMessage>
<ValidationMessage>Origin should be regular text of max 30 characters</ValidationMessage>
</origin>
<description type="TextField">
<Required>Y</Required>