summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-09-12 17:12:03 -0700
committerIvan Kohler <ivan@freeside.biz>2017-09-12 17:12:03 -0700
commit6f94e176aa7b143eb9f1fa5c3a1cdd362361636f (patch)
tree0de771be82c64a3e14aec511c589df720fc6284f /FS
parent2f0ad153c1481f9fbe257834319919008c45a275 (diff)
parent3e46323fb8c43b5a226251299a993befc896b71f (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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 6a02b0b14..ed72354dd 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 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,
},