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 @@