opnform/resources/lang/en/verification.php

12 lines
309 B
PHP

<?php
return [
'verified' => 'Your email has been verified!',
'invalid' => 'The verification link is invalid.',
'already_verified' => 'The email is already verified.',
'user' => 'We can\'t find a user with that e-mail address.',
'sent' => 'We have e-mailed your verification link!',
];