Rename "consequently" to "consecutively" as suggested by @skylarv

https://github.com/louislam/uptime-kuma/pull/1212#issuecomment-1423373045
This commit is contained in:
OidaTiftla
2023-02-09 09:04:47 +01:00
committed by GitHub
parent e241728419
commit 36d160ad02
21 changed files with 21 additions and 21 deletions

View File

@@ -340,7 +340,7 @@
<div class="my-3">
<label for="resend-interval" class="form-label">
{{ $t("Resend Notification if Down X times consequently") }}
{{ $t("Resend Notification if Down X times consecutively") }}
<span v-if="monitor.resendInterval > 0">({{ $t("resendEveryXTimes", [ monitor.resendInterval ]) }})</span>
<span v-else>({{ $t("resendDisabled") }})</span>
</label>