summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-09-11 11:17:52 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-20 10:11:30 -0400
commit3ffc2c0afc7d48282449be768bd2c36c2410e3c9 (patch)
tree33f43d26901fd1602445d94a5c7ef246f9a4876b
parent63681a4b7352cab8402cb732dc691d35c01d21e2 (diff)
RT# 73964 - updated config description again to an even better description of the email-to-voice_domain configuration option
-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 c22dec026..d2351c005 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1014,7 +1014,7 @@ my $validate_email = sub { $_[0] =~
{
'key' => 'email-to-voice_domain',
'section' => 'email_to_voice_services',
- '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.',
+ 'description' => 'The domain name that phone numbers will be attached to for sending email to voice emails via a 3rd party email to voice service. You will get this domain from your email to voice service provider. This is utilized on the email customer page or when using the email to voice billing event action. There you will be able to select the phone number for the email to voice service.',
'type' => 'text',
'per_agent' => 1,
},