summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_acls.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_ntpd_acls.php')
-rw-r--r--src/usr/local/www/services_ntpd_acls.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_ntpd_acls.php b/src/usr/local/www/services_ntpd_acls.php
index 0e59a04..623d049 100644
--- a/src/usr/local/www/services_ntpd_acls.php
+++ b/src/usr/local/www/services_ntpd_acls.php
@@ -317,7 +317,7 @@ foreach ($networkacl as $item) {
$group->add(new Form_Button(
'deleterow' . $counter,
- gettext('Delete'),
+ 'Delete',
null,
'fa-trash'
))->addClass('btn-warning');
@@ -330,7 +330,7 @@ foreach ($networkacl as $item) {
$section->addInput(new Form_Button(
'addrow',
- gettext('Add'),
+ 'Add',
null,
'fa-plus'
))->addClass('btn-success');
OpenPOWER on IntegriCloud