diff --git a/src/components/notifications/Ntfy.vue b/src/components/notifications/Ntfy.vue index 57fac671b..d6c41cdd8 100644 --- a/src/components/notifications/Ntfy.vue +++ b/src/components/notifications/Ntfy.vue @@ -7,8 +7,9 @@
-
- + +
+ {{ $t("Server URL should not contain the nfty topic") }}
diff --git a/src/lang/en.json b/src/lang/en.json index c432864f1..ec52f84c2 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -690,6 +690,7 @@ "Octopush API Version": "Octopush API Version", "Legacy Octopush-DM": "Legacy Octopush-DM", "ntfy Topic": "ntfy Topic", + "Server URL should not contain the nfty topic": "Server URL should not contain the nfty topic", "onebotHttpAddress": "OneBot HTTP Address", "onebotMessageType": "OneBot Message Type", "onebotGroupMessage": "Group",