diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index fb80a5808..7faa511ce 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1271,4 +1271,5 @@ module.exports = { onlyone:'Only one merge delimiter can be entered', BatchMaintenanceProgress:'Batch Maintenance Progress', BatchChangeStatus:'Batch Change Status', + CollectinguthenticationParameters:'Collecting Authentication Parameters', } \ 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 f0fb7a901..736fedef2 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1373,5 +1373,6 @@ module.exports = { onlyone:'只能输入一个合并分隔符', BatchMaintenanceProgress:'批量维护进度', BatchChangeStatus:'批量修改状态', + CollectinguthenticationParameters:'认证参数收集', } \ 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 e7ac57559..7a000da26 100644 --- a/jero-web/src/views/system/UserAnnouncementList.vue +++ b/jero-web/src/views/system/UserAnnouncementList.vue @@ -105,7 +105,7 @@ '1': this.$t('SubscriptionNotification'), '2': this.$t('warningInformation'), '3': this.$t('ForwardPush'), - '4': this.$t('authenticationMessage'), + '4': this.$t('CollectinguthenticationParameters'), // '6':this.$t('RegulationListConfirmationTask'), // '7':this.$t('RegulationListConfirmationNotification'), // '8':this.$t('RegulationTaskConfirmation'),