summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_lb_vs.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 20:07:44 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 15:14:47 -0500
commit02342d8c9fa4fe988c101427bd02096ba9ac686f (patch)
tree099de865e60cdd66ef5f0055de2ec8b6b49c8006 /src/usr/local/www/status_lb_vs.php
parent7b299a6e4b231ded51f18a2a3aef33bc12d6bf80 (diff)
downloadpfsense-02342d8c9fa4fe988c101427bd02096ba9ac686f.zip
pfsense-02342d8c9fa4fe988c101427bd02096ba9ac686f.tar.gz
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Diffstat (limited to 'src/usr/local/www/status_lb_vs.php')
-rw-r--r--src/usr/local/www/status_lb_vs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_lb_vs.php b/src/usr/local/www/status_lb_vs.php
index 6951861..057051d 100644
--- a/src/usr/local/www/status_lb_vs.php
+++ b/src/usr/local/www/status_lb_vs.php
@@ -91,7 +91,7 @@ $tab_array[] = array(gettext("Virtual Servers"), true, "status_lb_vs.php");
display_top_tabs($tab_array);
if (empty($a_vs)) {
- print_info_box(gettext("No load balancers have been configured!"), 'danger', false);
+ print_info_box(gettext("No load balancers have been configured."), 'danger', false);
} else {
?>
<div class="table-responsive"></div>
OpenPOWER on IntegriCloud