Add missing ='s to text templates
This commit is contained in:
parent
eb85f38220
commit
54e27896f4
|
@ -1,4 +1,4 @@
|
|||
Hello <% @resource.screen_name %>
|
||||
Hello <%= @resource.screen_name %>
|
||||
|
||||
Someone (hopefully you) has requested a link to change your password.
|
||||
You can do this by copying the link below and entering it into your browser.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Hello <% @resource.screen_name %>
|
||||
Hello <%= @resource.screen_name %>
|
||||
|
||||
Your account has been locked due to an excessive number of unsuccessful
|
||||
sign in attempts. You can unlock your account by copying the link below
|
||||
|
|
Loading…
Reference in New Issue