edit "All-Systems-Operational" to: "All-systems-are-up-and-running"

pull/4566/head
LeoThies 2 months ago committed by GitHub
parent 56aa81e337
commit 5f1e8d9160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -201,7 +201,7 @@
"statusPageNothing": "Nothing here, please add a group or a monitor.",
"statusPageRefreshIn": "Refresh in: {0}",
"No Services": "No Services",
"All Systems Operational": "All Systems Operational",
"All systems are up and running": "All systems are up and running",
"Partially Degraded Service": "Partially Degraded Service",
"Degraded Service": "Degraded Service",
"Add Group": "Add Group",

@ -236,7 +236,7 @@
<template v-else>
<div v-if="allUp">
<font-awesome-icon icon="check-circle" class="ok" />
{{ $t("All Systems Operational") }}
{{ $t("All systems are up and running") }}
</div>
<div v-else-if="partialDown">

Loading…
Cancel
Save