diff options
Diffstat (limited to 'app/views/mailer/security_notification.html.erb')
-rw-r--r-- | app/views/mailer/security_notification.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/security_notification.html.erb b/app/views/mailer/security_notification.html.erb index 84394d1ab..762bbf092 100644 --- a/app/views/mailer/security_notification.html.erb +++ b/app/views/mailer/security_notification.html.erb @@ -7,6 +7,6 @@ <%= content_tag :h1, @title -%> <% end %></p> -<p><%= l(:field_user) %>: <strong><%= @originator.login %></strong><br/> +<p><%= l(:field_user) %>: <strong><%= @sender.login %></strong><br/> <%= l(:field_remote_ip) %>: <strong><%= @remote_ip %></strong><br/> <%= l(:label_date) %>: <strong><%= format_time Time.now, true %></strong></p> |