mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix gettext call added wrong
This commit is contained in:
parent
6c74ac2363
commit
01b8a2ff8e
@ -317,7 +317,7 @@ if ($_GET['act'] == "add") {
|
||||
break;
|
||||
}
|
||||
$newifname = 'opt' . $i;
|
||||
$descr = sprintf(gettext("OPT '%s'"),$i);
|
||||
$descr = "OPT" . $i;
|
||||
$config['interfaces'][$newifname] = array();
|
||||
$config['interfaces'][$newifname]['descr'] = $descr;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user