mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Et2Textbox: Translate helpText
This commit is contained in:
parent
a79538ffbc
commit
ea845b8c4d
@ -52,6 +52,13 @@ export class Et2Textbox extends Et2InputWidget(SlInput)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static get translate()
|
||||||
|
{
|
||||||
|
return Object.assign({
|
||||||
|
helpText: true
|
||||||
|
}, super.translate);
|
||||||
|
}
|
||||||
|
|
||||||
constructor(...args : any[])
|
constructor(...args : any[])
|
||||||
{
|
{
|
||||||
super(...args);
|
super(...args);
|
||||||
|
Loading…
Reference in New Issue
Block a user