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/status_captiveportal_expire.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/status_captiveportal_expire.php') diff --git a/src/usr/local/www/status_captiveportal_expire.php b/src/usr/local/www/status_captiveportal_expire.php index 9853287..9d89f2f 100644 --- a/src/usr/local/www/status_captiveportal_expire.php +++ b/src/usr/local/www/status_captiveportal_expire.php @@ -118,9 +118,9 @@ print($form); if ($_POST) { if ($_POST['vouchers']) { if (voucher_expire($_POST['vouchers'])) { - print_info_box(gettext('Voucher successfully marked'), 'success'); + print_info_box(gettext('Voucher successfully marked.'), 'success'); } else { - print_info_box(gettext('Error: Voucher could not be processed'), 'danger'); + print_info_box(gettext('Voucher could not be processed.'), 'danger'); } } } -- cgit v1.1