Skip to content

Commit d39f42c

Browse files
committed
fix(data): normalize imported Pantech Flex name
Refs #1
1 parent 9c18cba commit d39f42c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

data/smartphone/pantech/2012/flex-p8010/pantech-flex-p8010.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "pantech-flex-p8010",
33
"base_model_slug": "flex-p8010",
4-
"name": "Pantech Flex P8010",
4+
"name": "Pantech Flex P8010",
55
"brand": "pantech",
66
"release_date": "2012-09-01",
77
"ram_gb": 1,
@@ -14,7 +14,7 @@
1414
"display": {
1515
"size_inch": 4.3,
1616
"resolution": "540 x 960 pixels (~256 ppi pixel density)",
17-
"type": "Super AMOLED Advanced capacitive touchscreen 16M colors"
17+
"type": "Super AMOLED Advanced capacitive touchscreen 16M colors"
1818
},
1919
"connectivity": {
2020
"network": "GSM / HSPA / LTE",

site/public/v1/smartphones/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103893,7 +103893,7 @@
103893103893
},
103894103894
{
103895103895
"slug": "pantech-flex-p8010",
103896-
"name": "Pantech Flex P8010",
103896+
"name": "Pantech Flex P8010",
103897103897
"url": "/v1/smartphones/pantech-flex-p8010"
103898103898
},
103899103899
{

site/public/v1/smartphones/pantech-flex-p8010/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": 20579,
33
"slug": "pantech-flex-p8010",
44
"base_model_slug": "flex-p8010",
5-
"name": "Pantech Flex P8010",
5+
"name": "Pantech Flex P8010",
66
"brand": {
77
"id": 112,
88
"slug": "pantech",
@@ -37,7 +37,7 @@
3737
"display": {
3838
"size_inch": 4.3,
3939
"resolution": "540 x 960 pixels (~256 ppi pixel density)",
40-
"type": "Super AMOLED Advanced capacitive touchscreen 16M colors"
40+
"type": "Super AMOLED Advanced capacitive touchscreen 16M colors"
4141
},
4242
"cameras": [
4343
{

0 commit comments

Comments
 (0)