File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/customer/passwordReminder.php
<?php
return [
'title' => 'Forgot your password?',
'enter_email_title' => 'Please enter your e-mail address.',
'enter_email_body' => 'You can reset your password by entering your e-mail address.',
'error_email_required' => 'Please fill out this field.',
'error_email_invalid' => 'We do not recognize the e-mail address you entered.',
'error_email_unknown' => 'We do not recognize the e-mail address you entered.',
'error_password_invalid' => 'Not a valid password.',
'error_link_expired' => 'The link to reset your password has expired.',
'reminder_mail_send_title' => 'An e-mail has been sent.',
'reminder_mail_send_body' => 'We have sent an e-mail to ":email" with a link to reset your password.',
'mail_subject' => 'TOPS MVHR Filters - Resetting your password',
'mail_title' => 'Reset your password for TOPS MVHR Filters',
'mail_intro' => 'You can reset your password using below link.',
'mail_expire' => 'This link will expire in :expire minutes.',
'mail_closure' => 'With kind regards, TOPS MVHR Filters',
'reset_title' => 'Enter your password.',
'reset_body' => 'You can reset your password by entering your e-mail address and a new password.',
'success' => 'Your password has been reset.',
'success_title' => 'Your password has been reset.',
'success_body' => 'You can now log in using your new password.',
'success_action' => 'Click <a href=":link">here</a> to continue.',
'back' => 'Back',
];