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