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

9 lines
306 B
PHP

<?php
$txt_str['user.password'] = [
'title' => 'Passwortänderung',
'passwordChanged' => 'Ihr Passwort wurde erfolgreich geändert.',
'passwordChangeErrorWeak' => 'Ihr neues Passwort ist zu schwach.',
'passwordChangeErrorNoMatch' => 'Das von Ihnen eingegebene Passwort ist ungültig.',
];