6 lines
149 B
PHP
6 lines
149 B
PHP
<?php
|
|
|
|
return array(
|
|
'sent' => 'Your password link has been sent!',
|
|
'user' => 'No matching active user found with that email.',
|
|
);
|