From 1df26aeb99c188cb6b6574f8caf4c32b2b77d073 Mon Sep 17 00:00:00 2001
From: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Date: Thu, 14 Aug 2025 07:10:44 -0500
Subject: [PATCH] fix: Add Hint Text To Apprise URL (#5895)
---
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 00ff99279..08b98b58c 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 b836eb20f..f5cfe86a9 100644
--- a/frontend/pages/household/notifiers.vue
+++ b/frontend/pages/household/notifiers.vue
@@ -121,6 +121,7 @@