update to keep translations

pull/5426/head
seb 1 month ago
parent 12b9d55ef5
commit ddb98ac1d4

@ -17,14 +17,14 @@
<option>2</option>
</select>
<label for="pushover-sound-down" class="form-label">{{ $t("Notification Sound - Down") }}</label>
<label for="pushover-sound-down" class="form-label">{{ $t("Notification Sound") }} - Up</label>
<select id="pushover-sound-down" v-model="$parent.notification.pushoversounds" class="form-select">
<option v-for="sound in soundOptions" :key="sound" :value="sound">
{{ $t(`pushoversounds ${sound}`) }}
</option>
</select>
<label for="pushover-sound-up" class="form-label">{{ $t("Notification Sound - Up") }}</label>
<label for="pushover-sound-up" class="form-label">{{ $t("Notification Sound") }} - Down</label>
<select id="pushover-sound-up" v-model="$parent.notification.pushoversounds_up" class="form-select">
<option v-for="sound in soundOptions" :key="sound" :value="sound">
{{ $t(`pushoversounds ${sound}`) }}

Loading…
Cancel
Save