Skip to content

Commit bf9907c

Browse files
committed
Language: Fix empty get_lang() calls in load_search.php
1 parent c35cf1b commit bf9907c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/main/search/load_search.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
$form->addEndPanel();
463463

464464
$userForm->addStartPanel('environnement_travail', get_lang('My work environment'));
465-
$userForm->addHtml('<p class="text-info">'.get_lang(' ').'</p>');
465+
$userForm->addHtml('<p class="text-info"> </p>');
466466

467467
$fieldsToShow = [
468468
'outil_de_travail_ordinateur',
@@ -488,7 +488,7 @@
488488
$forceShowFields
489489
);
490490

491-
$userForm->addLabel(null, get_lang(' '));
491+
$userForm->addLabel(null, ' ');
492492

493493
$jqueryExtra .= $extra['jquery_ready_content'];
494494

0 commit comments

Comments
 (0)