From 03053e77279c94b21238d550ed1fed2dd7f5b22e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 3 Jan 2013 11:53:11 +0100 Subject: [PATCH] Fixed typo in text. --- app/controllers/users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 10a5efc0d..964fbb9c3 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -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.