summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
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 d46cb93..6c7f027 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -177,14 +177,14 @@ if ($bogons || $urltable || !empty($entries)) {
if ($bogons || $urltable) {
$group->add(new Form_Button(
'Download',
- 'Update',
+ gettext('Update'),
null,
'fa-refresh'
))->addClass('btn-success btn-sm');
} elseif (!empty($entries)) {
$group->add(new Form_Button(
'clearall',
- 'Clear Table',
+ gettext('Clear Table'),
null,
'fa-undo'
))->addClass('btn-danger btn-sm');
OpenPOWER on IntegriCloud