Skip to content

Commit c6ce17c

Browse files
authored
Update confirmation.php
There should be a space after '.'
1 parent 87d1776 commit c6ce17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lang/en/confirmation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
'confirmation_button' => 'Verify now',
88

99
'not_confirmed' => 'The given email address has not been confirmed. <a href=":resend_link">Resend confirmation link.</a>',
10-
'not_confirmed_reset_password' => 'The given email address has not been confirmed. To reset the password you must first confirm the email address.<a href=":resend_link">Resend confirmation link.</a>',
10+
'not_confirmed_reset_password' => 'The given email address has not been confirmed. To reset the password you must first confirm the email address. <a href=":resend_link">Resend confirmation link.</a>',
1111
'confirmation_successful' => 'You successfully confirmed your email address. Please log in.',
1212
'confirmation_info' => 'Please confirm your email address.',
1313
'confirmation_resent' => 'We sent you another confirmation email. You should receive it shortly.',
14-
];
14+
];

0 commit comments

Comments
 (0)