Skip to content

Commit

Permalink
fix more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jwen-adobe committed Aug 13, 2022
1 parent e6309ef commit 3e7fc41
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions components/classes/vehicle-product.schema.json
Expand Up @@ -33,8 +33,8 @@
"meta:titleId": "vehicle-product##xdm:inventoryType##title##43331",
"meta:descriptionId": "vehicle-product##xdm:inventoryType##description##18621",
"meta:enum": {
"new": "new",
"used": "used",
"new": "New",
"used": "Used",
"certified preowned": "certified preowned"
}
},
Expand Down
Expand Up @@ -82,16 +82,16 @@
"meta:titleId": "experienceevent-claim-details##xdm:type##title##71331",
"meta:descriptionId": "experienceevent-claim-details##xdm:type##description##24821",
"meta:enum": {
"homeowners": "homeowners",
"automobile": "automobile",
"renters": "renters",
"third party automobile": "third party automobile",
"third party home": "third party home",
"life": "life",
"health": "health",
"dental": "dental",
"flood": "flood",
"earthquake": "earthquake"
"homeowners": "Homeowners",
"automobile": "Automobile",
"renters": "Renters",
"third party automobile": "Third Party Automobile",
"third party home": "Third Party Home",
"life": "Life",
"health": "Health",
"dental": "Dental",
"flood": "Flood",
"earthquake": "Earthquake"
}
},
"xdm:policyID": {
Expand Down
Expand Up @@ -301,10 +301,10 @@
"meta:titleId": "experienceevent-flight-reservation##xdm:checkInMethod##title##99891",
"meta:descriptionId": "experienceevent-flight-reservation##xdm:checkInMethod##description##68601",
"meta:enum": {
"counter": "counter",
"mobile": "mobile",
"web": "web",
"kiosk": "kiosk"
"counter": "Counter",
"mobile": "Mobile",
"web": "Web",
"kiosk": "Kiosk"
}
},
"xdm:checkInProcess": {
Expand Down

0 comments on commit 3e7fc41

Please sign in to comment.