Skip to content

Commit

Permalink
fix(shared-data): fix case of 'brand' text (#3258)
Browse files Browse the repository at this point in the history
'brand' copy needs to be capitalized appropriately for correct renders in Labware Library, etc
  • Loading branch information
IanLondon authored Mar 26, 2019
1 parent 57ee363 commit 3dbe35a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion shared-data/definitions2/corning_12_wellplate_6.9_ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
}
},
"brand": {
"brand": "corning",
"brand": "Corning",
"brandId": [
"3336",
"3512",
Expand Down
2 changes: 1 addition & 1 deletion shared-data/definitions2/corning_24_wellplate_3.4_ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
}
},
"brand": {
"brand": "corning",
"brand": "Corning",
"brandId": [
"3337",
"3524",
Expand Down
2 changes: 1 addition & 1 deletion shared-data/definitions2/corning_384_wellplate_112_ul.json
Original file line number Diff line number Diff line change
Expand Up @@ -3923,7 +3923,7 @@
}
},
"brand": {
"brand": "corning",
"brand": "Corning",
"brandId": [
"3640",
"3662",
Expand Down
2 changes: 1 addition & 1 deletion shared-data/definitions2/corning_48_wellplate_1.6_ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
}
},
"brand": {
"brand": "corning",
"brand": "Corning",
"brandId": [
"3548"
]
Expand Down
2 changes: 1 addition & 1 deletion shared-data/definitions2/corning_6_wellplate_16.8_ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
},
"brand": {
"brand": "corning",
"brand": "Corning",
"brandId": [
"3335",
"3506",
Expand Down
2 changes: 1 addition & 1 deletion shared-data/definitions2/eppendorf_96_tiprack_1000_ul.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
}
},
"brand": {
"brand": "eppendorf",
"brand": "Eppendorf",
"brandId": [
"022491105"
]
Expand Down
2 changes: 1 addition & 1 deletion shared-data/definitions2/eppendorf_96_tiprack_10_ul.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
}
},
"brand": {
"brand": "eppendorf",
"brand": "Eppendorf",
"brandId": [
"022491300"
]
Expand Down

0 comments on commit 3dbe35a

Please sign in to comment.