missed an echo
This commit is contained in:
parent
21bdb2a5d3
commit
1b8865bf64
2 changed files with 7 additions and 1 deletions
|
|
@ -1622,7 +1622,7 @@ function changePassType() {
|
|||
if (passType == "member") {
|
||||
passIdChooser.multiple=true;
|
||||
passIdChooser.size=5;
|
||||
passIdChooser[0].text="'.$i18n->echo('Select one or more').'";
|
||||
passIdChooser[0].text="'.$i18n->get('select one or more').'";
|
||||
} else {
|
||||
passIdChooser.size=1;
|
||||
passIdChooser.multiple=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue