Skip to content

Commit 42b3caa

Browse files
Cosmetics #14401
1 parent 87154f9 commit 42b3caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/js/formatters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ function fmt_object_state(obj) {
603603
}
604604
else if (obj.state == 'timeout') {
605605
colour = 'yellow';
606-
explanation = 'The queue did not respond to it\'s status request ';
606+
explanation = 'The queue leader did not respond to its status request ';
607607
}
608608

609609
return fmt_state(colour, text, explanation);

0 commit comments

Comments
 (0)