From 9a94590a6858c3580f2bbef9fe5781801e996921 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 6 Apr 2007 00:34:13 +0000 Subject: [PATCH] slight better descriptions --- FS/FS/Conf.pm | 4 ++-- 1 file 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', }, -- 2.11.0