From b9884ae15630a3f71932e189213f0b74ced2451f Mon Sep 17 00:00:00 2001
From: innerpeacez <innerpeace.zhai@gmail.com>
Date: Mon, 10 Mar 2025 15:20:45 +0800
Subject: [PATCH] update notification dialog

---
 src/components/NotificationDialog.vue | 2 +-
 src/lang/zh-CN.json                   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue
index 270b67445..8a2c6269d 100644
--- a/src/components/NotificationDialog.vue
+++ b/src/components/NotificationDialog.vue
@@ -183,7 +183,7 @@ export default {
                 "ServerChan": "ServerChan (Server酱)",
                 "smsc": "SMSC",
                 "WPush": "WPush(wpush.cn)",
-                "YZJ": "YZJ(云之家群里机器人)"
+                "YZJ": "YZJ (云之家自定义机器人)"
             };
 
             // Sort by notification name
diff --git a/src/lang/zh-CN.json b/src/lang/zh-CN.json
index 48c943e13..1d51af829 100644
--- a/src/lang/zh-CN.json
+++ b/src/lang/zh-CN.json
@@ -1101,8 +1101,8 @@
     "Separate multiple email addresses with commas": "用逗号分隔多个电子邮件地址",
     "rabbitmqHelpText": "要使用此监控项,您需要在 RabbitMQ 设置中启用管理插件。有关更多信息,请参阅 {rabitmq_documentation}。",
     "aboutSlackUsername": "更改消息发件人的显示名称。如果您想提及某人,请另行将其包含在友好名称中。",
-    "YZJ": "YZJ",
-    "YZJ Webhook URL": "YZJ Webhook 网址",
-    "YZJ Robot Type": "YZJ 机器人类型",
-    "YZJ Robot Token": "YZJ 机器人访问秘钥"
+    "YZJ": "云之家",
+    "YZJ Webhook URL": "云之家 Webhook 网址",
+    "YZJ Robot Type": "云之家 机器人类型",
+    "YZJ Robot Token": "云之家 机器人访问秘钥"
 }