We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8e16b commit 107d15fCopy full SHA for 107d15f
main/auth/inscription.php
@@ -466,7 +466,7 @@
466
$values = $termExtraFields->getAllValuesByItem($term_preview['id']);
467
foreach ($values as $value) {
468
if (!empty($value['value'])) {
469
- echo '<h3>'.$value['display_text'].'</h3><br />'.$value['value'].'<br />';
+ echo '<h3>'.get_lang($value['display_text']).'</h3><br />'.$value['value'].'<br />';
470
}
471
472
} else {
0 commit comments