CS-14588: cloudstack 3.0 UI - VM Wizard - correct validation message for name field.

This commit is contained in:
Jessica Wang 2012-04-23 13:39:26 -07:00
parent 69e6d2e906
commit 37e8d03f0a

View File

@ -14,7 +14,7 @@ label.add.SRX.device=Add SRX device
label.account.and.security.group=Account, Security group
label.fetch.latest=Fetch latest
label.system.offering=System Offering
message.validate.instance.name=Instance name can not be longer than 63 characters. Only ASCII letters a~z, digits 0~9, hyphen are allowed. Must start with a letter and end with a letter or a digit.
message.validate.instance.name=Instance name can not be longer than 63 characters. Only ASCII letters a~z, A~Z, digits 0~9, hyphen are allowed. Must start with a letter and end with a letter or a digit.
label.action.register.template=Register template
label.action.register.iso=Register ISO
#new labels (end) ************************************************************************************************