X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=c22dec026176edcc0296ee9fde3fecd786f45679;hp=1e9a5f48d8fcf11a741155d64502b04c90928b02;hb=63681a4b7352cab8402cb732dc691d35c01d21e2;hpb=1050eff6d30a010c88bbd2e4aa28f1898b059ee3 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1e9a5f48d..c22dec026 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 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, },