Fix text description for interface mismatch, fixes #3820

This commit is contained in:
Renato Botelho 2014-08-21 07:31:57 -03:00
parent 2a07df8528
commit 7f00d47e3d
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
else
$savemsg = gettext("Reboot is needed. Please apply the settings in order to reboot.");
} else {
$savemsg = gettext("Interface mismatch detected. Please resolve the mismatch and click Save. The firewall will reboot afterwards.");
$savemsg = gettext("Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards.");
}
?>