diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-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 c93331d24..0db5d86cc 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2164,9 +2164,9 @@ and customer address. Include units.', }, { - 'key' => 'signup_server-default_domain', + 'key' => 'signup_server-default_domsvc', 'section' => 'self-service', - 'description' => 'If specified, the default domain for signup (useful when domain is set to selectable choice).', + 'description' => 'If specified, the default domain svcpart for signup (useful when domain is set to selectable choice).', 'type' => 'text', }, |