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": {
"state": {
"error": "Error",
"green": "Normal",
"yellow": "Elevated",
"red": "Unhealthy"
"green": "Green",
"yellow": "Yellow",
"red": "Red"
}
}
}