Skip to content

Commit 78e18af

Browse files
Wording
1 parent 2fbc5fa commit 78e18af

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)