Update app_config.php (#6470)

* Update app_config.php

changed the wording to let the user know they can add multiple email address for delivery.

* Update app_languages.php
This commit is contained in:
garryavx
2022-09-02 13:22:06 -05:00
committed by GitHub
parent 6bed337061
commit d71e4075a4
2 changed files with 3 additions and 3 deletions

View File

@@ -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";

View File

@@ -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