mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSformElement : fix translation of help infos
This commit is contained in:
parent
6746d1f0a6
commit
45d560957b
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class LSformElement {
|
|||
}
|
||||
$return['label'] = $this -> getLabel();
|
||||
if (isset($this -> params['help_info'])) {
|
||||
$return['help_info']=$this -> params['help_info'];
|
||||
$return['help_info']=__($this -> params['help_info']);
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue