diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 235d1c872..e5f507f6d 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -729,6 +729,7 @@ } }, "setting": { + "InsecureCommandNotifyToSubscription": "危险命令通知已升级到消息订阅中,支持更多通知方式", "ApiKeyList": "API Key 列表", "AssetCount": "资产数量", "Basic": "基本设置", diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 9431f5d0d..4a84380e6 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -727,6 +727,7 @@ } }, "setting": { + "InsecureCommandNotifyToSubscription": "Insecure command notification setting, change to system message subscription, support more notify method", "ApiKeyList": "Api key list", "AssetCount": "Asset count", "Basic": "Basic setting", diff --git a/src/views/settings/Security.vue b/src/views/settings/Security.vue index 35295a858..1dea8f0df 100644 --- a/src/views/settings/Security.vue +++ b/src/views/settings/Security.vue @@ -12,6 +12,7 @@