summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_router_advertisements.php')
-rw-r--r--src/usr/local/www/services_router_advertisements.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index 59de63b..293df11 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -355,7 +355,7 @@ foreach ($pconfig['subnets'] as $subnet) {
$group->add(new Form_Button(
'deleterow' . $counter,
- 'Delete',
+ gettext('Delete'),
null,
'fa-trash'
))->removeClass('btn-primary')->addClass('btn-warning');
@@ -369,7 +369,7 @@ foreach ($pconfig['subnets'] as $subnet) {
$section->addInput(new Form_Button(
'addrow',
- 'Add',
+ gettext('Add'),
null,
'fa-plus'
))->addClass('btn-success');
OpenPOWER on IntegriCloud