diff options
Diffstat (limited to 'resources/views/mails/user/create.blade.php')
| -rw-r--r-- | resources/views/mails/user/create.blade.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/resources/views/mails/user/create.blade.php b/resources/views/mails/user/create.blade.php index 721ca4f..4094dfd 100644 --- a/resources/views/mails/user/create.blade.php +++ b/resources/views/mails/user/create.blade.php @@ -2,7 +2,7 @@ Dear {{ $user->name }},  Thank you for creating an account at the Hebrew Parse Trainer. -You can now login at {{ URL::to('/admin') }}, using your email address and password. +You can now login at {{ URL::to('/contribute?login=yes') }}, using your email address and password.  If you need any help, you can reach us at {{ env('MAIL_FROM_ADDRESS') }}. | 
