Fix casing of text label

Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
pull/1212/head
OidaTiftla 3 years ago committed by GitHub
parent d6b591a513
commit 052fde5a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save