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

11 lines
248 B
PHP

<?php
$txt_str['UserManager'] = [
'titleList' => 'User manager',
'passwordEmailSentSuccess' => 'Password reset email was sent',
'passwordEmailSentError' => 'Failed to send e-mail',
'updateFigureSuccess' => 'User was updated',
];