mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
fix: Add Hint Text To Apprise URL (#5895)
This commit is contained in:
parent
5c4694c3d8
commit
1df26aeb99
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
||||||
"new-notification": "New Notification",
|
"new-notification": "New Notification",
|
||||||
"event-notifiers": "Event Notifiers",
|
"event-notifiers": "Event Notifiers",
|
||||||
"apprise-url-skipped-if-blank": "Apprise URL (skipped if blank)",
|
"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",
|
"enable-notifier": "Enable Notifier",
|
||||||
"what-events": "What events should this notifier subscribe to?",
|
"what-events": "What events should this notifier subscribe to?",
|
||||||
"user-events": "User Events",
|
"user-events": "User Events",
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="notifiers[index].appriseUrl"
|
v-model="notifiers[index].appriseUrl"
|
||||||
:label="$t('events.apprise-url-skipped-if-blank')"
|
:label="$t('events.apprise-url-skipped-if-blank')"
|
||||||
|
:hint="$t('events.apprise-url-is-left-intentionally-blank')"
|
||||||
/>
|
/>
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-model="notifiers[index].enabled"
|
v-model="notifiers[index].enabled"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue