mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Fix telegram silent issue
This commit is contained in:
parent
10228874fa
commit
06278dc51f
@ -34,7 +34,7 @@
|
|||||||
<p class="form-text">{{ $t("telegramMessageThreadIDDescription") }}</p>
|
<p class="form-text">{{ $t("telegramMessageThreadIDDescription") }}</p>
|
||||||
|
|
||||||
<div class="form-check form-switch">
|
<div class="form-check form-switch">
|
||||||
<input v-model="$parentnotification.telegramSendSilently" class="form-check-input" type="checkbox">
|
<input v-model="$parent.notification.telegramSendSilently" class="form-check-input" type="checkbox">
|
||||||
<label class="form-check-label">{{ $t("telegramSendSilently") }}</label>
|
<label class="form-check-label">{{ $t("telegramSendSilently") }}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user