<% smsPlaceholder = 'The character limit for a single SMS message is 160 characters, however most modern phones and networks support concatenation and segment and rebuild messages up to 1600 characters.' %>
<%= _.isUndefined(i18n['Character limit']) ? 'Character limit':i18n['Character limit'] %>: 1600
<%
leadSendSMSQuantity = _.isUndefined(i18n['SMS have been successfully sent.']) ? 'SMS have been successfully sent.':i18n['SMS have been successfully sent.']
if(countSelectedLeads == 1) {
leadSendSMSQuantity = _.isUndefined(i18n['SMS has been successfully sent.']) ? 'SMS has been successfully sent.':i18n['SMS has been successfully sent.']
}
%>