RT# 79705 Correct UTF-8 output for generated E-Mail
[freeside.git] / FS / FS / Conf.pm
index f916924..bcca28c 100644 (file)
@@ -896,7 +896,7 @@ my $validate_email = sub { $_[0] =~
 
   {
     'key'         => 'credit-card-surcharge-text',
-    'section'     => 'credit_cards',
+    'section'     => 'billing',
     'description' => 'Text for the credit card surcharge invoice line.  If not set, it will default to Credit Card Surcharge.',
     'type'        => 'text',
     'per_agent'   => 1,
@@ -1966,7 +1966,7 @@ and customer address. Include units.',
   {
     'key'         => 'passwordmin',
     'section'     => 'password',
-    'description' => 'Minimum password length (default 6)',
+    'description' => 'Minimum password length (default 8)',
     'type'        => 'text',
   },