From 8545addef70e17eee3daf34867514b5ab9fcdb45 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sat, 13 Feb 2016 20:07:44 -0600 Subject: Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove tags. --- src/usr/local/www/services_pppoe_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/services_pppoe_edit.php') diff --git a/src/usr/local/www/services_pppoe_edit.php b/src/usr/local/www/services_pppoe_edit.php index e7b6053..371cbd7 100644 --- a/src/usr/local/www/services_pppoe_edit.php +++ b/src/usr/local/www/services_pppoe_edit.php @@ -598,7 +598,7 @@ $form->add($section); print($form); -print_info_box(gettext('Don\'t forget to add a firewall rule to permit traffic from PPPoE clients')); +print_info_box(gettext('Don\'t forget to add a firewall rule to permit traffic from PPPoE clients.')); ?>