From 440441ccb3db6719e18fab4ed03213b45ceb2647 Mon Sep 17 00:00:00 2001 From: vidarlee Date: Sun, 21 May 2017 18:23:59 +0900 Subject: Enhance for the Chinese translation (#3198) * Enhance for the Chinese translation * Add filtered_languages for Chinese Translation include CN/HK/TW for PR #3175 --- app/views/user_mailer/reset_password_instructions.zh-cn.text.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/user_mailer/reset_password_instructions.zh-cn.text.erb') diff --git a/app/views/user_mailer/reset_password_instructions.zh-cn.text.erb b/app/views/user_mailer/reset_password_instructions.zh-cn.text.erb index b4799ecc6..574a0bb2e 100644 --- a/app/views/user_mailer/reset_password_instructions.zh-cn.text.erb +++ b/app/views/user_mailer/reset_password_instructions.zh-cn.text.erb @@ -1,7 +1,7 @@ <%= @resource.email %> ,嗨呀!! -有人(但愿是你)请求更改你 Mastodon 账户的密码。如果是你的话,请点击下面的链接: +有人(但愿是你)请求更改你Mastodon账户的密码。如果是你的话,请点击下面的链接: <%= link_to '更改密码', edit_password_url(@resource, reset_password_token: @token) %> -如果不是的话,忘了它吧。只有你通过上面的链接设置了新的以后你的密码才会改变。 +如果不是的话,忘了它吧。只有你本人通过上面的链接设置新的密码以后你的新密码才会生效。 -- cgit