first commit
This commit is contained in:
8
web/lang/en/user.password.php
Normal file
8
web/lang/en/user.password.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$txt_str['user.password'] = [
|
||||
'title' => 'Password change',
|
||||
'passwordChanged' => 'Your password was successfully changed.',
|
||||
'passwordChangeErrorWeak' => 'Your new password is too short.',
|
||||
'passwordChangeErrorNoMatch' => 'Invalid original password.',
|
||||
];
|
||||
Reference in New Issue
Block a user