about summary refs log tree commit diff
path: root/app/views/user_mailer/reconfirmation_instructions.zh-cn.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user_mailer/reconfirmation_instructions.zh-cn.html.erb')
-rw-r--r--app/views/user_mailer/reconfirmation_instructions.zh-cn.html.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/user_mailer/reconfirmation_instructions.zh-cn.html.erb b/app/views/user_mailer/reconfirmation_instructions.zh-cn.html.erb
new file mode 100644
index 000000000..7b79a490e
--- /dev/null
+++ b/app/views/user_mailer/reconfirmation_instructions.zh-cn.html.erb
@@ -0,0 +1,13 @@
+<p><%= @resource.email %>,你好呀!</p>
+
+<p>你正在更改你在 <%= @instance %> 使用的电子邮件地址。</p>
+
+<p>点击下面的链接以确认操作:<br>
+<%= link_to '确认我的电子邮件地址', confirmation_url(@resource, confirmation_token: @token) %></p>
+
+<p>上面的链接按不动?把下面的链接复制到地址栏再试试:<br>
+<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
+
+<p>记得读一读我们的<%= link_to '使用条款', terms_url %>哦。</p>
+
+<p>来自 <%= @instance %> 管理团队</p>