Skip to content

Commit

Permalink
Add text "WeNeedYouToAcceptOurTreatmentOfYourData" see #2554
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Aug 2, 2018
1 parent b8d62d6 commit 06905e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/auth/inscription.php
Expand Up @@ -547,7 +547,7 @@
'TermsAndConditions'
).'</a>'
);
$form->addRule('legal_accept', get_lang('ThisFieldIsRequired'), 'required');
$form->addRule('legal_accept', get_lang('WeNeedYouToAcceptOurTreatmentOfYourData'), 'required');
} else {
$preview = LegalManager::show_last_condition($term_preview);
$form->addElement('label', null, $preview);
Expand Down

0 comments on commit 06905e1

Please sign in to comment.