Skip to content

Commit

Permalink
Fix: Fix the wrong subtitle of the carousel section
Browse files Browse the repository at this point in the history
  • Loading branch information
whats2000 committed Sep 18, 2024
1 parent be68405 commit 0a64e8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"title": "Server Content",
"subtitles": [
"Latest Survival Progress",
"Latest Architectural Works",
"Latest Redstone Creations"
"Latest Redstone Creations",
"Latest Architectural Works"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zh_CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"carousel": {
"title": "服务器内容",
"subtitles": ["最新生存进度", "最新建筑作品", "最新红石作品"]
"subtitles": ["最新生存进度", "最新红石作品", "最新建筑作品"]
}
},
"notFound": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zh_TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"carousel": {
"title": "伺服器內容",
"subtitles": ["最新生存進度", "最新建築作品", "最新紅石作品"]
"subtitles": ["最新生存進度", "最新紅石作品", "最新建築作品"]
}
},
"notFound": {
Expand Down

0 comments on commit 0a64e8b

Please sign in to comment.