Update threshold indication translations

This commit is contained in:
Parker Brown 2025-02-18 01:17:31 +00:00 committed by GitHub
parent f12960602e
commit ef9d15cc14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,9 +27,9 @@
"threshold_indication": { "threshold_indication": {
"state": { "state": {
"error": "Error", "error": "Error",
"green": "Normal", "green": "Green",
"yellow": "Elevated", "yellow": "Yellow",
"red": "Unhealthy" "red": "Red"
} }
} }
} }