Skip to content

Commit be470bb

Browse files
fix(i18n): improve Chinese hero title wording
Remove redundant "经" prefix for a more concise and impactful title.
1 parent d84d76b commit be470bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/src/i18n/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const zh: TranslationKeys = {
1010
'navbar.getStarted': '开始使用',
1111

1212
// Hero
13-
'hero.title': 'AI 代码审查\n经百万真实任务验证',
13+
'hero.title': 'AI 代码审查\n百万真实任务验证',
1414
'hero.description': 'Open Code Review 将阿里巴巴经过实战检验的代码审查 Agent 引入您的工作流程。连接任意 LLM,数据完全私有,获得开发者真正采纳的审查意见。',
1515
'hero.quickStart': '快速开始',
1616
'hero.learnMore': '了解更多',

0 commit comments

Comments
 (0)