mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-17 19:38:25 +01:00
empty-label was not translated if set via (legacy-)options
This commit is contained in:
parent
8c8e61630d
commit
f275cbe52f
@ -114,7 +114,7 @@ var et2_selectbox = et2_inputWidget.extend(
|
||||
{
|
||||
if(isNaN(this.options.rows))
|
||||
{
|
||||
this.options.empty_label = this.options.rows;
|
||||
this.options.empty_label = this.egw().lang(this.options.rows);
|
||||
this.options.rows = 1;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user