diff --git a/whapps/voip/device/device.js b/whapps/voip/device/device.js index 41fbd57a..e78d1bba 100644 --- a/whapps/voip/device/device.js +++ b/whapps/voip/device/device.js @@ -738,7 +738,7 @@ winkstart.module('voip', 'device', { .append(device_html); }; - if(typeof data.data == 'object' && data.data.device_type == 'sip_device') { + if(typeof data.data == 'object' && (data.data.device_type == 'sip_device' || data.data.device_type == 'fax')) { if(winkstart.publish('phone.render_fields', $(device_html), data.data.provision || (data.data.provision = {}), render, data.list_models || {})) { render(); } diff --git a/whapps/voip/faxbox/lang/en.js b/whapps/voip/faxbox/lang/en.js index 096f35ad..83b2feef 100644 --- a/whapps/voip/faxbox/lang/en.js +++ b/whapps/voip/faxbox/lang/en.js @@ -44,9 +44,9 @@ window.translate['faxbox'] = { inbound_notification_email_data_content: "List of email addresses separated by a space that will receive a notification when a fax is received by the faxbox", outbound_notification_email: "Fax sent receipts", outbound_notification_email_data_content: "List of email addresses separated by a space that will receive a notification when a fax is sent by the faxbox", - custom_smtp_address: "Custom SMTP address", - custom_smtp_address_placeholder: "mail@domain.com", - custom_smtp_address_data_content: "", + custom_smtp_email_address: "Custom SMTP address", + custom_smtp_email_address_placeholder: "domain.fax.voxter.com", + custom_smtp_email_address_data_content: "", smtp_email_address: "SMTP email address", cloud_connector_claim_url: "Link to printer", cloud_connector_installer_url: "Windows driver", diff --git a/whapps/voip/faxbox/tmpl/edit.html b/whapps/voip/faxbox/tmpl/edit.html index 0a735d6a..f0ae070f 100644 --- a/whapps/voip/faxbox/tmpl/edit.html +++ b/whapps/voip/faxbox/tmpl/edit.html @@ -135,9 +135,9 @@