Skip to content

Commit

Permalink
Merge pull request #12592 from rabbitmq/mk-management-ui-escpn
Browse files Browse the repository at this point in the history
Use fmt_string in this error message
  • Loading branch information
michaelklishin authored Oct 26, 2024
2 parents d0b5605 + 8ad8d31 commit 69aed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_management/priv/www/js/tmpl/overview.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if (vhosts[i].cluster_state[vhost_status_node] != 'running') {
%>
<p class="warning">
Virtual host <b><%= vhosts[i].name %></b> experienced an error on node <b><%= vhost_status_node %></b> and may be inaccessible
Virtual host <b><%= fmt_string(vhosts[i].name) %></b> experienced an error on node <b><%= fmt_string(vhost_status_node) %></b> and may be inaccessible
</p>
<% }}} %>
</div>
Expand Down

0 comments on commit 69aed84

Please sign in to comment.