summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 22e193215..1addd6cdc 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1177,14 +1177,14 @@ httemplate/docs/config.html
{
'key' => 'show_ss',
'section' => 'UI',
- 'description' => 'Turns on display/collection of SS# in the web interface.',
+ 'description' => 'Turns on display/collection of social security numbers in the web interface. Sometimes required by electronic check (ACH) processors.',
'type' => 'checkbox',
},
{
'key' => 'show_stateid',
'section' => 'UI',
- 'description' => 'Turns on display/collection of state issued id numbers in the web interface.',
+ 'description' => "Turns on display/collection of driver's license/state issued id numbers in the web interface. Sometimes required by electronic check (ACH) processors.",
'type' => 'checkbox',
},