Small wording change

This commit is contained in:
Luke Bakken 2017-08-01 11:02:22 -07:00 committed by GitHub
parent accd9a1e36
commit 1e96b92eda
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,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 can be inaccessible
Virtual host <b><%= vhosts[i].name %></b> experienced an error on node <b><%= vhost_status_node %></b> and may be inaccessible
</p>
<% }}} %>
</div>