Files
kupshop/web/lang/en/user.password.php
2025-08-02 16:30:27 +02:00

9 lines
276 B
PHP

<?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.',
];