From 2e5df3720bd56027b7f6c09f489aaa4fc248d43c Mon Sep 17 00:00:00 2001
From: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Date: Mon, 4 Aug 2025 19:07:49 +0000
Subject: [PATCH] add hint text for apprise urls
---
frontend/lang/messages/en-US.json | 1 +
frontend/pages/household/notifiers.vue | 1 +
2 files changed, 2 insertions(+)
diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json
index 15623ce09..c935cabee 100644
--- a/frontend/lang/messages/en-US.json
+++ b/frontend/lang/messages/en-US.json
@@ -69,6 +69,7 @@
"new-notification": "New Notification",
"event-notifiers": "Event Notifiers",
"apprise-url-skipped-if-blank": "Apprise URL (skipped if blank)",
+ "apprise-url-is-left-intentionally-blank": "Since Apprise URLs typically contain sensitive information, this field is left intentionally blank while editing. If you wish to update the URL, please enter the new one here, otherwise leave it blank to keep the current URL.",
"enable-notifier": "Enable Notifier",
"what-events": "What events should this notifier subscribe to?",
"user-events": "User Events",
diff --git a/frontend/pages/household/notifiers.vue b/frontend/pages/household/notifiers.vue
index de00aaa72..0903e3d4a 100644
--- a/frontend/pages/household/notifiers.vue
+++ b/frontend/pages/household/notifiers.vue
@@ -121,6 +121,7 @@