diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 634e7dc5ae..96a03803e3 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -380,7 +380,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_mail_to"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the email address to send voicemail to."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the email address to send voicemail to. Multiple addresses may be entered, separated by commas."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_sms_to"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; diff --git a/app/voicemails/app_languages.php b/app/voicemails/app_languages.php index 0b007e8b99..ddd7610867 100644 --- a/app/voicemails/app_languages.php +++ b/app/voicemails/app_languages.php @@ -1265,8 +1265,8 @@ $text['description-voicemail_alternate_greet_id']['ru-ru'] = "Альтернат $text['description-voicemail_alternate_greet_id']['sv-se'] = "Ett alternativt hälsnings id som används under default settings."; $text['description-voicemail_alternate_greet_id']['uk-ua'] = ""; -$text['description-voicemail_mail_to']['en-us'] = "Enter the email address to send voicemail to. "; -$text['description-voicemail_mail_to']['en-gb'] = "Enter the email address to send voicemail to. "; +$text['description-voicemail_mail_to']['en-us'] = "Enter the email address to send voicemail to. Multiple addresses may be entered, separated by commas."; +$text['description-voicemail_mail_to']['en-gb'] = "Enter the email address to send voicemail to. Multiple addresses may be entered, separated by commas."; $text['description-voicemail_mail_to']['ar-eg'] = ""; $text['description-voicemail_mail_to']['de-at'] = "Geben Sie die Email Adresse an, an die Ihre Mailbox Nachricht gesendet werden soll (optional)."; //copied from de-de $text['description-voicemail_mail_to']['de-ch'] = "Geben Sie die Email Adresse an, an die Ihre Mailbox Nachricht gesendet werden soll (optional)."; //copied from de-de