This commit is contained in:
Michael Klishin 2025-08-21 19:08:31 -04:00
parent 87154f9b03
commit 42b3caa964
No known key found for this signature in database
GPG Key ID: 16AB14D00D613900
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ function fmt_object_state(obj) {
}
else if (obj.state == 'timeout') {
colour = 'yellow';
explanation = 'The queue did not respond to it\'s status request ';
explanation = 'The queue leader did not respond to its status request ';
}
return fmt_state(colour, text, explanation);