Fix casing of text label

Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
OidaTiftla
2022-04-21 17:56:38 +02:00
committed by GitHub
parent d6b591a513
commit 052fde5a24

View File

@@ -172,7 +172,7 @@
<div class="my-3">
<label for="resend-interval" class="form-label">
{{ $t("Notification resend Interval if Down") }}
{{ $t("Notification resend interval if down") }}
<span v-if="monitor.resendInterval > 0">({{ $t("resendEveryMinute", [ monitor.resendInterval ]) }})</span>
<span v-else>({{ $t("resendDisabled") }})</span>
</label>