Skip to content

Commit

Permalink
fixed spelling error on 'receive'
Browse files Browse the repository at this point in the history
  • Loading branch information
Makreig committed Nov 3, 2015
1 parent bae027d commit 592b743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Layout/Users_Register_sendverification.ss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<% if $Sent %>
<p><% _t('Users.VerificationSent','A verification has been sent to your registered email address.') %></p>
<p><% _t('Users.NextSteps','You will recieve an email with a verification link. Clicking the link will verify your account.') %></p>
<p><% _t('Users.NextSteps','You will receive an email with a verification link. Clicking the link will verify your account.') %></p>
<% else %>
<p><% _t('Users.NotVerificationSent','Unable to send verification.') %></p>
<% end_if %>
Expand Down

0 comments on commit 592b743

Please sign in to comment.