summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-03-11 22:02:25 +0545
committerPhil Davis <phil.davis@inf.org>2016-03-11 22:02:25 +0545
commit2f62ed872c59dd308c6eb5aa29028dd93274fed6 (patch)
tree3c386f61bd0c24fc0eb3cb7208cd769ada535a50 /src/usr/local/www/diag_tables.php
parentbc3c30ebc548c9b1b184166e940d66cc91752a28 (diff)
parentb95e3de4cb39e0b3ef6a0f042b2c96b041019522 (diff)
downloadpfsense-2f62ed872c59dd308c6eb5aa29028dd93274fed6.zip
pfsense-2f62ed872c59dd308c6eb5aa29028dd93274fed6.tar.gz
Resolve conflicts with master
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 6c7f027..90d1a91 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -184,9 +184,9 @@ if ($bogons || $urltable || !empty($entries)) {
} elseif (!empty($entries)) {
$group->add(new Form_Button(
'clearall',
- gettext('Clear Table'),
+ gettext('Empty Table'),
null,
- 'fa-undo'
+ 'fa-trash'
))->addClass('btn-danger btn-sm');
}
}
OpenPOWER on IntegriCloud