bernardodemarco commented on code in PR #10617:
URL: https://github.com/apache/cloudstack/pull/10617#discussion_r2018632833


##########
ui/public/locales/en.json:
##########
@@ -576,9 +576,9 @@
 "label.create.template": "Create Template",
 "label.create.tier.aclid.description": "The ACL associated with the Network 
Tier.",
 "label.create.tier.externalid.description": "ID of the Network in an external 
system.",
-"label.create.tier.gateway.description": "The Network Tier's gateway in the 
super CIDR range, not overlapping with the CIDR of other Network Tiers in this 
VPC.",
+"label.create.tier.gateway.description": "Gateway IP must be within VPC CIDR 
({value})",
 "label.create.tier.name.description": "A unique name for the Network Tier.",
-"label.create.tier.netmask.description": "The Network Tier's netmask. For 
example 255.255.255.0",
+"label.create.tier.netmask.description": "The Network Tier's netmask. For 
example {value}",

Review Comment:
   ```suggestion
   "label.create.tier.netmask.description": "Network Tier's netmask must be 
more restrictive than {value}",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to