diff --git a/src/components/notifications/PushDeer.vue b/src/components/notifications/PushDeer.vue index 40970f15a..4fff3befc 100644 --- a/src/components/notifications/PushDeer.vue +++ b/src/components/notifications/PushDeer.vue @@ -2,7 +2,7 @@
-
{{ $t("Leave blank to use the official server.") }}
+
{{ $t("pushDeerServerDescription") }}
diff --git a/src/lang/en.json b/src/lang/en.json index 9fd203e3e..2e2190b8f 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -698,7 +698,7 @@ "onebotUserOrGroupId": "Group/User ID", "onebotSafetyTips": "For safety, must set access token", "PushDeer Server": "PushDeer Server", - "Leave blank to use the official server": "Leave blank to use the official server", + "pushDeerServerDescription": "Leave blank to use the official server", "PushDeer Key": "PushDeer Key", "wayToGetClickSendSMSToken": "You can get API Username and API Key from {0} .", "Custom Monitor Type": "Custom Monitor Type",