Rename feature to: Resend Notification if Down X times consequently

Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
This commit is contained in:
OidaTiftla 2022-06-15 16:56:26 +02:00
parent 869a040011
commit ac27e6e2af
5 changed files with 16 additions and 18 deletions

View file

@ -204,8 +204,8 @@
<div class="my-3">
<label for="resend-interval" class="form-label">
{{ $t("Notification resend interval if down") }}
<span v-if="monitor.resendInterval > 0">({{ $t("resendEveryMinute", [ monitor.resendInterval ]) }})</span>
{{ $t("Resend Notification if Down X times consequently") }}
<span v-if="monitor.resendInterval > 0">({{ $t("resendEveryXTimes", [ monitor.resendInterval ]) }})</span>
<span v-else>({{ $t("resendDisabled") }})</span>
</label>
<input id="resend-interval" v-model="monitor.resendInterval" type="number" class="form-control" required min="0" step="1">