Skip to content

Commit 107d15f

Browse files
committed
Minor Inscription : adding missing get_lang for GDPR titles in terms and conditions presentation - refs #3439 #3437
1 parent 9c8e16b commit 107d15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/auth/inscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
$values = $termExtraFields->getAllValuesByItem($term_preview['id']);
467467
foreach ($values as $value) {
468468
if (!empty($value['value'])) {
469-
echo '<h3>'.$value['display_text'].'</h3><br />'.$value['value'].'<br />';
469+
echo '<h3>'.get_lang($value['display_text']).'</h3><br />'.$value['value'].'<br />';
470470
}
471471
}
472472
} else {

0 commit comments

Comments
 (0)