Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Feb 21, 2024
1 parent 6295ca4 commit 8493abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/canyon-platform/locales/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"desc": "查看与您的账户相关的所有项目",
"name": "名称",
"report_times": "次数",
"report_time": "上报时间",
"max_coverage": "最大覆盖率",
"latest_report_time": "最近上报时间",
"latest_report_coverage": "最近上报覆盖率",
Expand Down
1 change: 1 addition & 0 deletions packages/canyon-platform/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"desc": "View all projects related to your account",
"name": "Name",
"report_times": "Times",
"report_time": "Report Time",
"max_coverage": "Max Coverage",
"latest_report_time": "Last Reported",
"latest_report_coverage": "Latest Report Coverage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ProjectRecordDetailDrawer = ({ open, onClose, sha }) => {
},
},
{
title: t('projects.report_times'),
title: t('projects.report_time'),
dataIndex: 'createdAt',
render(_: any) {
return dayjs(_).format('MM-DD HH:mm');
Expand Down

0 comments on commit 8493abc

Please sign in to comment.