Fixed typo in text.
This commit is contained in:
parent
8965e76360
commit
03053e7727
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ curl http://localhost/api/users.json -v -u #{login}:#{password} -H "Content-Type
|
|||
# send mail
|
||||
data = {}
|
||||
data[:subject] = 'Invitation to #{config.product_name} at #{config.fqdn}'
|
||||
data[:body] = 'Hi {user.firstname},
|
||||
data[:body] = 'Hi #{user.firstname},
|
||||
|
||||
I (#{current_user.firstname} #{current_user.lastname}) invite you to #{config.product_name} - a customer support / ticket system platform.
|
||||
|
||||
|
|
Loading…
Reference in a new issue