diff options
author | ivan <ivan> | 2007-04-06 00:34:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-06 00:34:13 +0000 |
commit | 9a94590a6858c3580f2bbef9fe5781801e996921 (patch) | |
tree | 3891714b6d366f3a9cf32bff1b85cca1b2db4622 /FS | |
parent | 3f965d65535b31bcb2a2b37cc625ad46d82c81a9 (diff) |
slight better descriptions
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 4 |
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', }, |