Skip to content

Commit 331226e

Browse files
authored
Update registration-activated-client.blade.php
succesfully -> successfully
1 parent b419616 commit 331226e

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)