diff options
Diffstat (limited to 'app/views/notify/new_email_email.html.haml')
-rw-r--r-- | app/views/notify/new_email_email.html.haml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/notify/new_email_email.html.haml b/app/views/notify/new_email_email.html.haml index 4a0448a573c..b6b77aefa38 100644 --- a/app/views/notify/new_email_email.html.haml +++ b/app/views/notify/new_email_email.html.haml @@ -1,10 +1,10 @@ %p - Hi #{@user.name}! + 你好 #{@user.name}! %p - A new email was added to your account: + 你的账号增加了一个新的电子邮箱: %p - email: + 电子邮箱: %code= @email.email %p - If this email was added in error, you can remove it here: - = link_to "Emails", profile_emails_url + 如果错误增加该电子邮箱,可以在这里删除它: + = link_to "电子邮箱", profile_emails_url |