diff options
Diffstat (limited to 'public/catalog/language/en-gb/account/reset.php')
-rw-r--r-- | public/catalog/language/en-gb/account/reset.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/account/reset.php b/public/catalog/language/en-gb/account/reset.php new file mode 100644 index 0000000..a5e1763 --- /dev/null +++ b/public/catalog/language/en-gb/account/reset.php @@ -0,0 +1,17 @@ +<?php +// Heading +$_['heading_title'] = 'Reset your password'; + +// Text +$_['text_account'] = 'Account'; +$_['text_password'] = 'Enter the new password you wish to use.'; +$_['text_success'] = 'Success: Your password has been successfully updated.'; + +// Entry +$_['entry_password'] = 'Password'; +$_['entry_confirm'] = 'Confirm'; + +// Error +$_['error_password'] = 'Password must be between 4 and 20 characters!'; +$_['error_confirm'] = 'Password and password confirmation do not match!'; +$_['error_code'] = 'Password reset code is invalid or was used previously!';
\ No newline at end of file |