fixed translation and PHP notices
This commit is contained in:
parent
7a095db1c8
commit
1469184feb
|
@ -93,7 +93,7 @@ class dhcp extends baseType {
|
|||
return array (
|
||||
"cn" => _("Subnet"),
|
||||
"dhcprange" => _("Ranges"),
|
||||
"fixed_ips" => _("Fixed IP address / MAC address / description")
|
||||
"fixed_ips" => _("IP address") . ' / ' . _('MAC address') . ' / ' . _("Description")
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue