mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix grammar in error statement
s/consider to migrate to jail.conf/consider migrating to jail.conf/
This commit is contained in:
parent
49475a5b47
commit
b5d189b6b6
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ jail_warn()
|
|||
# To relieve confusion, show a warning message.
|
||||
case $_confwarn in
|
||||
1) warn "Per-jail configuration via jail_* variables " \
|
||||
"is obsolete. Please consider to migrate to $jail_conf."
|
||||
"is obsolete. Please consider migrating to $jail_conf."
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue