Use double quotes in messages

Allows for single quotes in the messages themselves
This commit is contained in:
Wile E. Coyote 2019-05-10 15:48:05 +00:00
parent 5954a2385d
commit 1327a43c40

View file

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