Add welcome_sms

This commit is contained in:
Monocots 2021-02-24 06:55:40 +00:00
parent 137385d1ed
commit bf116cc6b4
2 changed files with 4 additions and 0 deletions

View file

@ -62,6 +62,9 @@ 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 %>'
<% if @welcome_sms != '' -%>
welcome_sms = u'<%= @welcome_sms %>'
<% end -%>
rai_admin_user = '<%= @rai_admin_user %>'
rai_admin_pwd = '<%= @rai_admin_pwd %>'