Skip to content

Commit 957b03e

Browse files
authored
Merge pull request #38 from cmrd-senya/patch-2
Fix bad spacing in a en locale string in confirmation.php
2 parents 5d63461 + c6ce17c commit 957b03e

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)