diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 24570316c..91621e96a 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -401,7 +401,7 @@ module.exports = { NewLabelItem: 'New label item', NodeQuickLookup: 'Node quick lookup', AreAllLabelsRead: 'Are all labels read', - AllLabelsRead: 'All labels read', + AllLabelsRead: 'labels read', SubscriptionNotification: 'Subscription notification', warningInformation: 'warning information', ForwardPush: 'Forward push', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index f607118c3..29d0eb40c 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -405,7 +405,7 @@ module.exports = { NewLabelItem:'新增标签项', NodeQuickLookup:'节点快速查找', AreAllLabelsRead:'是否全部标记已读', - AllLabelsRead:'全部标记已读', + AllLabelsRead:'标记已读', SubscriptionNotification:'订阅通知', warningInformation:'预警信息', ForwardPush:'转发推送',