Skip to content

Commit 7aa65c2

Browse files
Merge pull request #152 from vmalyk/class-labels-consistency
Fix titles to English for consistency on sample class setup
2 parents c5e5de0 + 8fedd46 commit 7aa65c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

install/class_source/optional/class_Customer_export.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"name": "Layout",
5959
"type": null,
6060
"region": null,
61-
"title": "Personendaten",
61+
"title": "Personal data",
6262
"width": null,
6363
"height": null,
6464
"collapsible": false,
@@ -74,7 +74,7 @@
7474
"columnType": "tinyint(1)",
7575
"phpdocType": "boolean",
7676
"name": "active",
77-
"title": "aktiv",
77+
"title": "Active",
7878
"tooltip": "",
7979
"mandatory": false,
8080
"noteditable": false,
@@ -155,11 +155,11 @@
155155
"fieldtype": "select",
156156
"options": [
157157
{
158-
"key": "m\u00e4nnlich",
158+
"key": "Male",
159159
"value": "male"
160160
},
161161
{
162-
"key": "weiblich",
162+
"key": "Female",
163163
"value": "female"
164164
}
165165
],
@@ -1467,10 +1467,10 @@
14671467
"fieldtype": "panel",
14681468
"labelWidth": 100,
14691469
"layout": null,
1470-
"name": "Layout",
1470+
"name": "Segment",
14711471
"type": null,
14721472
"region": null,
1473-
"title": "Segmente",
1473+
"title": "Segment",
14741474
"width": null,
14751475
"height": null,
14761476
"collapsible": false,
@@ -1643,10 +1643,10 @@
16431643
"fieldtype": "panel",
16441644
"labelWidth": 100,
16451645
"layout": null,
1646-
"name": "Sonstiges",
1646+
"name": "Others",
16471647
"type": null,
16481648
"region": null,
1649-
"title": "Sonstiges",
1649+
"title": "Others",
16501650
"width": null,
16511651
"height": null,
16521652
"collapsible": false,
@@ -1665,7 +1665,7 @@
16651665
"regex": "",
16661666
"unique": false,
16671667
"name": "idEncoded",
1668-
"title": "encoded ID (cmfc)",
1668+
"title": "Encoded ID (cmfc)",
16691669
"tooltip": "",
16701670
"mandatory": false,
16711671
"noteditable": false,

0 commit comments

Comments
 (0)