We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b77b1c commit bdb3861Copy full SHA for bdb3861
2 files changed
library/Icingadb/Model/HostState.php
@@ -85,6 +85,6 @@ public function getStateText(): string
85
86
public function getStateTextTranslated(): string
87
{
88
- return HostStates::text($this->soft_state);
+ return HostStates::translated($this->soft_state);
89
}
90
library/Icingadb/Model/ServiceState.php
- return ServiceStates::text($this->soft_state);
+ return ServiceStates::translated($this->soft_state);
0 commit comments