From: ivan Date: Thu, 21 Jan 2010 08:54:51 +0000 (+0000) Subject: correct description for selfservice-body_footer X-Git-Tag: freeside_1_9_2~109 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8723fbd5e54831d3a6e3a8a6518ce71d9d011bec;p=freeside.git correct description for selfservice-body_footer --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a3e71d42a..863d635a8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2995,7 +2995,7 @@ worry that config_items is freeside-specific and icky. { 'key' => 'selfservice-body_footer', 'section' => 'self-service', - 'description' => 'HTML header for the self-service interface', + 'description' => 'HTML footer for the self-service interface', 'type' => 'textarea', #htmlarea? 'per_agent' => 1, },