From 1ceb3d72a20131828c3593fe39b1c63e4be2d7d1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 6 Sep 2016 00:34:16 +0200 Subject: Several minor fixes --- resources/views/mails/user/create.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/views/mails/user') 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') }}. -- cgit v1.2.3