diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 47e57ad62..5b1bf2166 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 a6599ed7a..edc65b66a 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:'转发推送',