diff options
author | Camil Staps | 2016-09-06 00:34:16 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-06 00:34:16 +0200 |
commit | 1ceb3d72a20131828c3593fe39b1c63e4be2d7d1 (patch) | |
tree | abe2c2cb8fb1c84f7236e98001656cf938cdf356 /resources/views/mails | |
parent | Root kinds on trainer page (diff) |
Several minor fixes
Diffstat (limited to 'resources/views/mails')
-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') }}. |