diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index f208d540c..d883b54ef 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -182,7 +182,7 @@ export default { "SMSManager": "SmsManager (smsmanager.cz)", "WeCom": "WeCom (企业微信群机器人)", "ServerChan": "ServerChan (Server酱)", - "PushPlusPlus": "PushPlus(推送加)", + "PushPlus": "PushPlus(推送加)", "smsc": "SMSC", "WPush": "WPush(wpush.cn)", "YZJ": "YZJ (云之家自定义机器人)" diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js index 76c00f052..cbd6f2b68 100644 --- a/src/components/notifications/index.js +++ b/src/components/notifications/index.js @@ -117,7 +117,7 @@ const NotificationFormList = { "PushByTechulus": TechulusPush, "PushDeer": PushDeer, "pushover": Pushover, - "PushPlusPlus": PushPlus, + "PushPlus": PushPlus, "pushy": Pushy, "rocket.chat": RocketChat, "serwersms": SerwerSMS,