mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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[])
|
||||
{
|
||||
super(...args);
|
||||
|
Loading…
Reference in New Issue
Block a user