mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix typo
This commit is contained in:
parent
58b0abb3d3
commit
34cdf94907
@ -284,7 +284,7 @@ if ($_POST) {
|
||||
if($_POST['restorearea']) {
|
||||
/* restore a specific area of the configuration */
|
||||
if(!stristr($data, $_POST['restorearea'])) {
|
||||
$input_errors[] = "You have selected to restore a area but we could not locate the correct xml tag.";
|
||||
$input_errors[] = "You have selected to restore an area but we could not locate the correct xml tag.";
|
||||
} else {
|
||||
restore_config_section($_POST['restorearea'], $data);
|
||||
filter_configure();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user