summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_igmpproxy_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_igmpproxy_edit.php')
-rw-r--r--src/usr/local/www/services_igmpproxy_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_igmpproxy_edit.php b/src/usr/local/www/services_igmpproxy_edit.php
index 784ab0b..f12e1ad 100644
--- a/src/usr/local/www/services_igmpproxy_edit.php
+++ b/src/usr/local/www/services_igmpproxy_edit.php
@@ -261,7 +261,7 @@ foreach ($item as $ww) {
$group->add(new Form_Button(
'deleterow' . $counter,
- gettext('Delete'),
+ 'Delete',
null,
'fa-trash'
))->removeClass('btn-primary')->addClass('btn-warning');
@@ -272,7 +272,7 @@ foreach ($item as $ww) {
$section->addInput(new Form_Button(
'addrow',
- gettext('Add network'),
+ 'Add network',
null,
'fa-plus'
))->removeClass('btn-primary')->addClass('btn-success addbtn');
OpenPOWER on IntegriCloud