Translate details title before setting it into the DOM

This commit is contained in:
Hadi Nategh 2021-09-28 17:08:22 +02:00
parent 2c9949f362
commit ae5e11f7a2

View File

@ -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