mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
fix translation in firewall_virtual_ip.php
This commit is contained in:
parent
d73199570f
commit
a94af0da51
@ -107,7 +107,7 @@ function deleteVIPEntry($id) {
|
||||
}
|
||||
}
|
||||
if ($found_carp === true && $found_other_alias === false && $found_if === false) {
|
||||
$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by a CARP IP with the description") . " {$vip['descr']}.";
|
||||
$input_errors[] = sprintf(gettext("This entry cannot be deleted because it is still referenced by a CARP IP with the description %s."), $vip['descr']);
|
||||
}
|
||||
}
|
||||
if (count($input_errors) == 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user