Use double quotes in messages
Allows for single quotes in the messages themselves
This commit is contained in:
parent
5954a2385d
commit
1327a43c40
1 changed files with 5 additions and 4 deletions
|
@ -46,7 +46,7 @@ charge_inbound_calls = "<%= @charge_inbound_calls %>"
|
|||
charge_inbound_rate = "<%= @charge_inbound_rate %>"
|
||||
charge_inbound_rate_type = "<%= @charge_inbound_rate_type %>"
|
||||
smsc_shortcode = "<%= @smsc_shortcode %>"
|
||||
sms_sender_unauthorized = '<%= @sms_sender_unauthorized %>'
|
||||
sms_sender_unauthorized = "<%= @sms_sender_unauthorized %>"
|
||||
sms_destination_unauthorized = '<%= @sms_destination_unauthorized %>'
|
||||
sms_welcome_roaming = '<%= @sms_welcome_roaming %>' % site_name
|
||||
sms_credit_added = '<%= @sms_credit_added %>'
|
||||
|
@ -72,8 +72,9 @@ voip_chans_max = <%= @voip_chans_max %>
|
|||
voip_mod = <%= @voip_mod %>
|
||||
|
||||
# Subscription SMS notification
|
||||
notice_msg = '<%= @notice_msg %>'
|
||||
reminder_msg = '<%= @reminder_msg %>'
|
||||
deactivate_msg = '<%= @deactivate_msg %>'
|
||||
notice_msg = "<%= @notice_msg %>"
|
||||
reminder_msg = "<%= @reminder_msg %>"
|
||||
deactivate_msg = "<%= @deactivate_msg %>"
|
||||
|
||||
emergency_contact = '<%= @emergency_contact %>'
|
||||
support_contact = '<%= @support_contact %>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue