This commit is contained in:
Petko Bordjukov 2014-09-01 12:34:47 +03:00
parent 6361512fe4
commit f3b105c4ea
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<%= t(:welcome, name=@email) %>! <%= t(:welcome, name: @email) %>!
<%= t(:confirm_by_clicking) %> <%= t(:confirm_by_clicking) %>

View File

@ -1,4 +1,4 @@
<%= t(:hello, name:@resource.email) %>! <%= t(:hello, name: @resource.email) %>!
<%= t(:someone_requested_passreset) %> <%= t(:someone_requested_passreset) %>

View File

@ -1,4 +1,4 @@
<%= t(:hello, name:@resource.email) %>! <%= t(:hello, name: @resource.email) %>!
<%= t(:account_locked) %> <%= t(:account_locked) %>