Skip to content

Commit

Permalink
租户管理下已结束的作业标题修改
Browse files Browse the repository at this point in the history
  • Loading branch information
piccaSun committed Oct 9, 2023
1 parent 1d66ade commit 02675c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/mis-web/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default {
jobBillingTable: "Job Pricing Table",
operationLog: "Operation Log",
unfinishedJob: "Unfinished Jobs",
finishedJobs: "Finished Jobs",
userList: "User List",
platformInfo: "Platform Information",
platformAdmin: "Platform Administrator",
Expand Down
1 change: 1 addition & 0 deletions apps/mis-web/src/i18n/zh_cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default {
jobBillingTable: "作业价格表",
operationLog: "操作日志",
unfinishedJob: "未结束的作业",
finishedJobs: "已结束的作业",
userList: "用户列表",
platformInfo: "平台信息",
platformAdmin: "平台管理员",
Expand Down
2 changes: 1 addition & 1 deletion apps/mis-web/src/pages/tenant/historyJobs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const AdminJobsPage: NextPage = requireAuth((u) => u.tenantRoles.includes
return (
<div>
<Head title={t("common.historyJob")} />
<PageTitle titleText={t("common.historyJob")} />
<PageTitle titleText={t("common.finishedJobs")} />
<AdminJobTable />
</div>
);
Expand Down

0 comments on commit 02675c7

Please sign in to comment.