Fix typo
This commit is contained in:
parent
6361512fe4
commit
f3b105c4ea
|
@ -1,4 +1,4 @@
|
||||||
<%= t(:welcome, name=@email) %>!
|
<%= t(:welcome, name: @email) %>!
|
||||||
|
|
||||||
<%= t(:confirm_by_clicking) %>
|
<%= t(:confirm_by_clicking) %>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<%= t(:hello, name:@resource.email) %>!
|
<%= t(:hello, name: @resource.email) %>!
|
||||||
|
|
||||||
<%= t(:someone_requested_passreset) %>
|
<%= t(:someone_requested_passreset) %>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<%= t(:hello, name:@resource.email) %>!
|
<%= t(:hello, name: @resource.email) %>!
|
||||||
|
|
||||||
<%= t(:account_locked) %>
|
<%= t(:account_locked) %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue