mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
fix: Add Hint Text To Apprise URL (#5895)
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
<v-text-field
|
||||
v-model="notifiers[index].appriseUrl"
|
||||
:label="$t('events.apprise-url-skipped-if-blank')"
|
||||
:hint="$t('events.apprise-url-is-left-intentionally-blank')"
|
||||
/>
|
||||
<v-checkbox
|
||||
v-model="notifiers[index].enabled"
|
||||
|
||||
Reference in New Issue
Block a user