Skip to content

Commit

Permalink
refactor: 文案修改
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 18181
  • Loading branch information
luofann committed Sep 12, 2024
1 parent 8aa33fb commit f7c0922
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/pc/src/constants/routerList.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ROUTE_LIST = [
path: '/workbench/ticket/attention',
},
{
name: i18n.t('m[\'我的经办\']'),
name: i18n.t('m[\'我的已办\']'),
id: 'myHistoryTicket',
icon: 'bk-itsm-icon icon-ticket_star',
path: '/workbench/ticket/history',
Expand Down
4 changes: 2 additions & 2 deletions frontend/pc/src/i18n/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ export const m = {
取消: 'Cancel',
当前版本: 'Current',
产品文档: 'Documentation',
版本日志: 'Release Note',
版本日志: 'Release Notes',
问题反馈: 'Feedback',
'【': '[',
'】版本更新明细': '] Details Of Version Updates',
Expand Down Expand Up @@ -2279,7 +2279,7 @@ export const m = {
我的待办: 'My Todos',
待我审批: 'My Approvals',
我发起的: 'My Requests',
我的经办: 'My Histories',
我的已办: 'My Histories',
我关注的: 'My Follows',
所有单据: 'All Tickets',
单据: 'Tickets',
Expand Down
2 changes: 1 addition & 1 deletion frontend/pc/src/i18n/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ export const m = {
我的待办: '我的待办',
待我审批: '待我审批',
我发起的: '我发起的',
我的经办: '我的经办',
我的已办: '我的已办',
我关注的: '我关注的',
所有单据: '所有单据',
单据: '单据',
Expand Down
2 changes: 1 addition & 1 deletion frontend/pc/src/views/workbench/MyHistoryTicket.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<template>
<div class="my-created-ticket-page">
<nav-title :title-name="$t(`m['我的经办']`)"></nav-title>
<nav-title :title-name="$t(`m['我的已办']`)"></nav-title>
<history-list from="myHistoryTicket"></history-list>
</div>
</template>
Expand Down

0 comments on commit f7c0922

Please sign in to comment.