summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/reset_password_instructions.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/mailer/reset_password_instructions.html.erb')
-rw-r--r--app/views/devise/mailer/reset_password_instructions.html.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/devise/mailer/reset_password_instructions.html.erb b/app/views/devise/mailer/reset_password_instructions.html.erb
index 23b31da92d8..43b6ecbb0d0 100644
--- a/app/views/devise/mailer/reset_password_instructions.html.erb
+++ b/app/views/devise/mailer/reset_password_instructions.html.erb
@@ -1,8 +1,8 @@
-<p>Hello <%= @resource.email %>!</p>
+<p>你好 <%= @resource.email %>!</p>
-<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
+<p>有人请求修改你的密码,你可以点击下面的链接去操作。</p>
-<p><%= link_to 'Change your password', edit_password_url(@resource, reset_password_token: @token) %></p>
+<p><%= link_to '修改密码', edit_password_url(@resource, reset_password_token: @token) %></p>
-<p>If you didn't request this, please ignore this email.</p>
-<p>Your password won't change until you access the link above and create a new one.</p>
+<p>如果你自己没有请求修改,请忽略本邮件。</p>
+<p>一旦你访问了该链接将会创建新的密码;不访问链接密码不会被修改。</p>