diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/varnish64/varnish.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/varnish64/varnish.inc b/config/varnish64/varnish.inc index 1a96962e..70efc48b 100644 --- a/config/varnish64/varnish.inc +++ b/config/varnish64/varnish.inc @@ -33,7 +33,7 @@ function varnish_settings_post_validate($post, $input_errors) { if($post['storagesize'] && !is_int($post['storagesize'])) - $input_errors[] = "A valid number is required for the field 'Storage type'"; + $input_errors[] = "A valid number is required for the field 'Storage size'"; if($post['listeningport'] && !is_int($post['listeningport'])) $input_errors[] = "A valid number is required for the field 'Listening port'"; if($post['minworkers'] && !is_int($post['minworkers'])) |