mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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 () {
|
.click(function () {
|
||||||
self._toggle();
|
self._toggle();
|
||||||
})
|
})
|
||||||
.text(this.options.title);
|
.text(this.egw().lang(this.options.title));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Align toggle button left/right
|
// Align toggle button left/right
|
||||||
|
Loading…
Reference in New Issue
Block a user