diff options
author | jim-p <jimp@netgate.com> | 2018-09-11 15:44:40 -0400 |
---|---|---|
committer | jim-p <jimp@netgate.com> | 2018-09-11 15:44:49 -0400 |
commit | cf66932544d26beaf54ffc705ad3a416eb00b1c7 (patch) | |
tree | 328b59706329ce5ae30d8aeaee3f33ea7fd38701 /src/usr/local/www | |
parent | aaf6d7a63f434f7f38ac0ce72ab188a8097fa93f (diff) | |
download | pfsense-cf66932544d26beaf54ffc705ad3a416eb00b1c7.zip pfsense-cf66932544d26beaf54ffc705ad3a416eb00b1c7.tar.gz |
Fix typo
(cherry picked from commit 3b55fc639cdea2be20d55113055fd511ba193866)
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/services_acb_settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_acb_settings.php b/src/usr/local/www/services_acb_settings.php index a40a34d..855067e 100644 --- a/src/usr/local/www/services_acb_settings.php +++ b/src/usr/local/www/services_acb_settings.php @@ -119,7 +119,7 @@ if (isset($_POST['save'])) { $config['system']['acb']['gold_username'] = $pconfig['gold_username']; $config['system']['acb']['hint'] = $pconfig['hint']; - write_config("AutoCcnfigBackup settings updated"); + write_config("AutoConfigBackup settings updated"); } } |