Change seconds to minutes

This commit is contained in:
OidaTiftla
2022-01-23 17:48:09 +01:00
parent 65fc71e485
commit 11e9eee09d
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ export default {
languageName: "English",
checkEverySecond: "Check every {0} seconds",
retryCheckEverySecond: "Retry every {0} seconds",
resendEveryMinute: "Resend every {0} minutes if DOWN",
retriesDescription: "Maximum retries before the service is marked as down and a notification is sent",
ignoreTLSError: "Ignore TLS/SSL error for HTTPS websites",
upsideDownModeDescription: "Flip the status upside down. If the service is reachable, it is DOWN.",