Skip to content

Commit

Permalink
add mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuiyong committed Nov 16, 2015
1 parent a3dc82d commit eadc4e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions messages/en/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@
'cant\'t remove active manager' => 'cant\'t remove active manager:(',
'only pass inactive manager' => 'the user is active:(',
'user not exists' => 'user is not exists:)',
'confirm email by click url' => 'visit this link to verify your email address:',
'dear' => 'dear ',
'active' => 'active',
'reset password by click url' => 'visit this link to reset password:',
'reset password' => 'reset password',
];
5 changes: 5 additions & 0 deletions messages/zh/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@
'cant\'t remove active manager' => '只能删除未审核的项目管理员:(',
'only pass inactive manager' => '只能通过未审核的项目管理员:(',
'user not exists' => '该用户不存在:)',
'confirm email by click url' => '点击以下链接完成注册,如不是本人操作,请忽略,谢谢!',
'dear' => '亲爱的',
'active' => '确认激活',
'reset password by click url' => '点击以下链接完成重置密码,如不是本人操作,请忽略,谢谢!',
'reset password' => 'reset password',
];

0 comments on commit eadc4e1

Please sign in to comment.