Skip to content

Commit 51cf1fb

Browse files
michaelklishinmergify-bot
authored andcommitted
Wording
(cherry picked from commit 78e18af)
1 parent 522bf31 commit 51cf1fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_stream_management/src/rabbit_stream_connections_mgmt.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ web_ui() ->
3030
true -> [{javascript, <<"stream.js">>}];
3131
false -> rabbit_log:warning(
3232
"Unable to show the stream management plugin. The stream_queue feature flag is disabled. "++
33-
"You need to enable stream_queue feature flag then disable and re-enable the rabbitmq_stream_management plugin. ",
34-
"See https://www.rabbitmq.com/feature-flags.html ",
33+
"Enable stream_queue feature flag then disable and re-enable the rabbitmq_stream_management plugin. ",
34+
"See https://www.rabbitmq.com/feature-flags.html to learn more",
3535
[]),
3636
[]
3737
end.

0 commit comments

Comments
 (0)