fix: 消息通知设置国际化

--bug=1008929 --user=刘瑞斌 【国际化】-消息通知-通知信息未翻译
https://www.tapd.cn/55049933/s/1082095
This commit is contained in:
CaptainB 2021-12-17 18:31:47 +08:00 committed by 刘瑞斌
parent 9cdde62cbc
commit 7d940d9e03
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export function getResource(d) {
resourceType += i18n.t('notice.result.' + d.operation);
break;
case "API_DEFINITION_TASK" :
resourceType = i18n.t('notice.result.api_case') + i18n.t('notice.result.' + d.operation);
resourceType = i18n.t('notice.api_case') + i18n.t('notice.result.' + d.operation);
break;
default:
break;