Skip to content

Commit

Permalink
chore(ui): Modify company name for BasicLayout about
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Jul 10, 2024
1 parent 1bec592 commit 85833a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/BasicLayout/locale/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default {
about: 'About',
version: 'Version',
releaseTime: 'Release date',
company: 'Ant Group',
company: 'Beijing OceanBase Technology Co., Ltd.',
right: 'All Rights Reserved',
};
2 changes: 1 addition & 1 deletion packages/ui/src/BasicLayout/locale/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default {
about: '关于',
version: '版本号',
releaseTime: '发布日期',
company: '蚂蚁集团',
company: '北京奥星贝斯科技有限公司',
right: '版权所有',
};
2 changes: 1 addition & 1 deletion packages/ui/src/BasicLayout/locale/zh-TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default {
about: '關於',
version: '版本號',
releaseTime: '發佈日期',
company: '螞蟻集團',
company: '北京奧星貝斯科技有限公司',
right: '版權所有',
};

0 comments on commit 85833a4

Please sign in to comment.