fix: Add Hint Text To Apprise URL (#5895)

This commit is contained in:
Michael Genson
2025-08-14 07:10:44 -05:00
committed by GitHub
parent 5c4694c3d8
commit 1df26aeb99
2 changed files with 2 additions and 0 deletions

View File

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