summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-01-21 08:54:47 +0000
committerivan <ivan>2010-01-21 08:54:47 +0000
commitf4db9807b2350af39a888f2b7822efa69dd7c6f5 (patch)
tree9476492d89f92872a57cd75afe67f1aaac87156c /FS
parent1958c28884c750ca37979f19bec3e3daf0386731 (diff)
correct description for selfservice-body_footer
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index b92010b..1aba769 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3003,7 +3003,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,
},