mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Translate details title before setting it into the DOM
This commit is contained in:
parent
2c9949f362
commit
ae5e11f7a2
@ -241,7 +241,7 @@ export class et2_details extends et2_box
|
||||
.click(function () {
|
||||
self._toggle();
|
||||
})
|
||||
.text(this.options.title);
|
||||
.text(this.egw().lang(this.options.title));
|
||||
}
|
||||
|
||||
// Align toggle button left/right
|
||||
|
Loading…
Reference in New Issue
Block a user