We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87154f9 commit 42b3caaCopy full SHA for 42b3caa
deps/rabbitmq_management/priv/www/js/formatters.js
@@ -603,7 +603,7 @@ function fmt_object_state(obj) {
603
}
604
else if (obj.state == 'timeout') {
605
colour = 'yellow';
606
- explanation = 'The queue did not respond to it\'s status request ';
+ explanation = 'The queue leader did not respond to its status request ';
607
608
609
return fmt_state(colour, text, explanation);
0 commit comments