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

8 lines
190 B
PHP

<?php
$txt_str['form'] = [
'errorCaptcha' => 'Wrong authentication',
'errorRequiredMissing' => 'Fill in required fields: ',
'errorInvalidEmail' => 'Invalid email address: ',
];