forked from extern/egroupware
Fix missing translation for taglist's empty_label attribute
This commit is contained in:
parent
610e7e6e93
commit
a8278017ed
@ -153,7 +153,7 @@ var et2_taglist = et2_selectbox.extend(
|
|||||||
method: 'GET',
|
method: 'GET',
|
||||||
displayField: "label",
|
displayField: "label",
|
||||||
invalidCls: 'invalid ui-state-error',
|
invalidCls: 'invalid ui-state-error',
|
||||||
emptyText: this.options.empty_label,
|
emptyText: this.egw().lang(this.options.empty_label),
|
||||||
hideTrigger: true,
|
hideTrigger: true,
|
||||||
noSuggestionText: this.egw().lang("No suggestions"),
|
noSuggestionText: this.egw().lang("No suggestions"),
|
||||||
required: this.options.required,
|
required: this.options.required,
|
||||||
|
Loading…
Reference in New Issue
Block a user