diff --git a/modules/UI/side_pannels/profile/Profile.js b/modules/UI/side_pannels/profile/Profile.js index c08d2b9a9..f12ba99d0 100644 --- a/modules/UI/side_pannels/profile/Profile.js +++ b/modules/UI/side_pannels/profile/Profile.js @@ -36,6 +36,9 @@ const htmlStr = ` function initHTML() { $(`#${sidePanelsContainerId}`) .append(htmlStr); + // make sure we translate the panel, as adding it can be after i18n + // library had initialized and translated already present html + APP.translation.translateElement($(`#${sidePanelsContainerId}`)); } export default {