mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Translate details title before setting it into the DOM
This commit is contained in:
parent
c56dd9fb4e
commit
39d15ccece
@ -240,7 +240,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