From 6413d4cbdfff4c20d7024548d701d46e91d35659 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 26 Jul 2023 18:11:18 +0200 Subject: [PATCH] added a heltext for the nfty url helptext (#3484) --- src/components/notifications/Ntfy.vue | 5 +++-- src/lang/en.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) 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",