From 731fb2fd155d8d2b0d85b30e06712548a784acf0 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 13 Sep 2024 15:12:17 -0400 Subject: [PATCH] container-id help message wording #12302 --- deps/rabbitmq_management/priv/www/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_management/priv/www/js/global.js b/deps/rabbitmq_management/priv/www/js/global.js index 6acd9cdc6874..295e36454ff2 100644 --- a/deps/rabbitmq_management/priv/www/js/global.js +++ b/deps/rabbitmq_management/priv/www/js/global.js @@ -589,7 +589,7 @@ var HELP = { ', 'container-id': - 'Name of the client application as sent from client to RabbitMQ in field container-id of the AMQP 1.0 open frame.' + 'Name of the client application as sent from client to RabbitMQ in the "container-id" field of the AMQP 1.0 open frame.' };