Skip to content

Commit 7cae876

Browse files
committed
1, rewording per Pam's review;
2, add back tooltips as they're required by template unit tests; Signed-off-by: Jianguo Ma <[email protected]>
1 parent c9e5f2d commit 7cae876

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/arm/createUiDefinition.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"name": "ibmUserId",
1717
"type": "Microsoft.Common.TextBox",
1818
"label": "IBMid",
19+
"toolTip": "Your IBMid.",
1920
"constraints": {
2021
"required": true,
2122
"regex": "^(?!\\-)([a-z0-9A-Z@\\-]{1,128})([^\\-])",
@@ -29,6 +30,7 @@
2930
"password": "Password for IBMid",
3031
"confirmPassword": "Confirm password"
3132
},
33+
"toolTip": "Password for your IBMid.",
3234
"constraints": {
3335
"required": true
3436
}
@@ -45,6 +47,7 @@
4547
"name": "acceptIBMLicenseAgreement",
4648
"type": "Microsoft.Common.CheckBox",
4749
"label": "I accept the IBM License Agreement.",
50+
"toolTip": "Select to accept the IBM License Agreement.",
4851
"constraints": {
4952
"required": true,
5053
"validationMessage": "The deployment will not proceed unless you accept the IBM License Agreement."
@@ -90,7 +93,7 @@
9093
"constraints": {
9194
"required": true,
9295
"regex": "^(2|3|4|5)$",
93-
"validationMessage": "Number of virtual machines to deploy, limit 5 since this offer is using a single storage account."
96+
"validationMessage": "Number of virtual machines to deploy, limit 5 because this offer uses a single storage account."
9497
}
9598
},
9699
{
@@ -217,6 +220,7 @@
217220
"password": "Password for WebSphere administrator",
218221
"confirmPassword": "Confirm password"
219222
},
223+
"toolTip": "Password for WebSphere administrator.",
220224
"constraints": {
221225
"required": true
222226
}

0 commit comments

Comments
 (0)