Skip to content

Commit 6c44247

Browse files
authored
fix(landing): Correct phrasing on the landing page
1 parent 5771128 commit 6c44247

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

i18n/en/code.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"description": "Features"
55
},
66
"pages.home.features.logic.title": {
7-
"message": "Explicit business-logic",
7+
"message": "Explicit business logic",
88
"description": "Feature title"
99
},
1010
"pages.home.features.logic.description": {
11-
"message": "Easy discoverable architecture becaus of domain scopes",
11+
"message": "Easily discoverable architecture thanks to domain scopes",
1212
"description": "Feature description"
1313
},
1414
"pages.home.features.adaptability.title": {
1515
"message": "Adaptability",
1616
"description": "Feature title"
1717
},
1818
"pages.home.features.adaptability.description": {
19-
"message": "Architecture components can be flexibly replaced, additives for new conditions",
19+
"message": "Architecture components can be flexibly replaced and added for new requirements",
2020
"description": "Feature description"
2121
},
2222
"pages.home.features.debt.title": {
@@ -28,11 +28,11 @@
2828
"description": "Feature description"
2929
},
3030
"pages.home.features.shared.title": {
31-
"message": "Explicit sharing",
31+
"message": "Explicit code reuse",
3232
"description": "Feature title"
3333
},
3434
"pages.home.features.shared.description": {
35-
"message": "Maintains a balance between DRY and local customization",
35+
"message": "A balance is maintained between DRY and local customization",
3636
"description": "Feature description"
3737
},
3838
"pages.home.concepts.title": {
@@ -68,12 +68,12 @@
6868
"description": "Scheme"
6969
},
7070
"pages.home.companies.using": {
71-
"message": "Companies using methodology",
72-
"description": "Companies using methodology"
71+
"message": "Companies using FSD",
72+
"description": "Companies using FSD"
7373
},
7474
"pages.home.companies.add_me": {
75-
"message": "Methodology is used in your company?",
76-
"description": "Methodology is used in your company?"
75+
"message": "FSD is used in your company?",
76+
"description": "FSD is used in your company?"
7777
},
7878
"pages.home.companies.tell_us": {
7979
"message": "Tell us",

0 commit comments

Comments
 (0)