Skip to content

Commit af300c4

Browse files
authored
Merge pull request #133 from jbond3/patch-1
Update registration-activated-client.blade.php
2 parents b419616 + 331226e commit af300c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/admin/mail/registration-activated-client.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<h2>Welcome to {!! Config::get('acl_base.app_name')!!}</h2>
1111
<div>
1212
<h3>Dear: {!! $body['email'] !!}</h3>
13-
<strong>Your email has been confirmed succesfully.</strong>
13+
<strong>Your email has been confirmed successfully.</strong>
1414
You can now login to the website using the
1515
<a href="{!! URL::to('/login') !!}">Following link</a>.
1616
</div>
1717
</body>
18-
</html>
18+
</html>

0 commit comments

Comments
 (0)