mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
interfaces: unify "add" button label
This commit is contained in:
parent
ab3beeb087
commit
9462194409
@ -55,7 +55,7 @@ if ($_GET['act'] == "del") {
|
||||
include("head.inc");
|
||||
|
||||
$main_buttons = array(
|
||||
array('href'=>'interfaces_groups_edit.php', 'label'=>gettext("Add a new group")),
|
||||
array('href' => 'interfaces_groups_edit.php', 'label' => gettext('Add')),
|
||||
);
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user