File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/notifications Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 <option >2</option >
1818 </select >
1919
20- <label for =" pushover-sound-down" class =" form-label" >{{ $t("Notification Sound") }} - Up </label >
20+ <label for =" pushover-sound-down" class =" form-label" >{{ $t("Notification Sound") }} - Down </label >
2121 <select id =" pushover-sound-down" v-model =" $parent.notification.pushoversounds" class =" form-select" >
2222 <option v-for =" sound in soundOptions" :key =" sound" :value =" sound" >
2323 {{ $t(`pushoversounds ${sound}`) }}
2424 </option >
2525 </select >
2626
27- <label for =" pushover-sound-up" class =" form-label" >{{ $t("Notification Sound") }} - Down </label >
27+ <label for =" pushover-sound-up" class =" form-label" >{{ $t("Notification Sound") }} - Up </label >
2828 <select id =" pushover-sound-up" v-model =" $parent.notification.pushoversounds_up" class =" form-select" >
2929 <option v-for =" sound in soundOptions" :key =" sound" :value =" sound" >
3030 {{ $t(`pushoversounds ${sound}`) }}
You can’t perform that action at this time.
0 commit comments