Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Aug 5, 2024
1 parent 1309cf3 commit ffe11de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/web-antd/src/locales/langs/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"levelDetail": "Level Mode Detail"
}
},
"comp": {
"title": "Component"
"examples": {
"title": "Examples"
}
}
}
4 changes: 2 additions & 2 deletions apps/web-antd/src/locales/langs/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"lateralDetail": "平级模式详情"
}
},
"comp": {
"title": "组件"
"examples": {
"title": "示例"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const routes: RouteRecordRaw[] = [
icon: 'ic:baseline-view-in-ar',
keepAlive: true,
order: 1000,
title: $t('page.comp.title'),
title: $t('page.examples.title'),
},
name: 'Comp',
path: '/comp',
name: 'Examples',
path: '/examples',
children: [],
},
];
Expand Down

0 comments on commit ffe11de

Please sign in to comment.