summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-29 11:50:18 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-08-29 11:54:17 -0400
commit24593e5c6023af32ee7c48d57fb452e96a5b1eae (patch)
tree016e10b3685850027f4cf32450679b2dc8027155 /FS/FS/Conf.pm
parentff69e66f2bbfdf8ea686a5fa58e4b6c5566b0e82 (diff)
RT# 73964 - updated config description to better explain the email-to-voice_domain configuration option
Diffstat (limited to 'FS/FS/Conf.pm')
-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 e0087df..6280487 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -900,7 +900,7 @@ my $validate_email = sub { $_[0] =~
{
'key' => 'email-to-voice_domain',
'section' => 'email_to_voice_services',
- 'description' => 'The Domain to send email to voice to',
+ 'description' => 'The domain name used to send emails to a 3rd party email to voice service. You will be able to select a phone number to append to this domain on the email customer page or when using the email to voice billing event action.',
'type' => 'text',
'per_agent' => 1,
},