Skip to content

Commit 0a64e8b

Browse files
committed
Fix: Fix the wrong subtitle of the carousel section
1 parent be68405 commit 0a64e8b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/i18n/locales/en/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"title": "Server Content",
101101
"subtitles": [
102102
"Latest Survival Progress",
103-
"Latest Architectural Works",
104-
"Latest Redstone Creations"
103+
"Latest Redstone Creations",
104+
"Latest Architectural Works"
105105
]
106106
}
107107
},

src/i18n/locales/zh_CN/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"carousel": {
100100
"title": "服务器内容",
101-
"subtitles": ["最新生存进度", "最新建筑作品", "最新红石作品"]
101+
"subtitles": ["最新生存进度", "最新红石作品", "最新建筑作品"]
102102
}
103103
},
104104
"notFound": {

src/i18n/locales/zh_TW/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"carousel": {
100100
"title": "伺服器內容",
101-
"subtitles": ["最新生存進度", "最新建築作品", "最新紅石作品"]
101+
"subtitles": ["最新生存進度", "最新紅石作品", "最新建築作品"]
102102
}
103103
},
104104
"notFound": {

0 commit comments

Comments
 (0)