diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 821a8994b..e5c9e4dcc 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -819,4 +819,5 @@ module.exports = { yellowSchedule:'Yellow: non conformance / to be tracked, with acceptable scheme and schedule', greenRequirements:'Green: confirm that it meets or meets the current requirements', blueUndeterminedState:'Blue: undetermined state', + authenticationMessage:'Authentication Message', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 79b35f254..bbb6e73c6 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -824,4 +824,5 @@ module.exports = { yellowSchedule:'黄:不符合/待追踪,有可接受的方案和时间表', greenRequirements:'绿:确认符合或满足当前要求', blueUndeterminedState:'蓝:未判断状态', + authenticationMessage:'认证消息', } \ No newline at end of file diff --git a/jero-web/src/views/system/UserAnnouncementList.vue b/jero-web/src/views/system/UserAnnouncementList.vue index 544745df7..ea9320e79 100644 --- a/jero-web/src/views/system/UserAnnouncementList.vue +++ b/jero-web/src/views/system/UserAnnouncementList.vue @@ -103,7 +103,8 @@ msgCategoryQuery: { '1': this.$t('SubscriptionNotification'), '2': this.$t('warningInformation'), - '3': this.$t('ForwardPush') + '3': this.$t('ForwardPush'), + '4': this.$t('authenticationMessage') }, columns: [ {