@next-core/brick-kit 2.199.0 → 2.199.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.bundle.js +1 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.bundle.js
CHANGED
|
@@ -3958,7 +3958,7 @@
|
|
|
3958
3958
|
applyPageTitle(pageTitle) {
|
|
3959
3959
|
var _kernel$currentApp;
|
|
3960
3960
|
var baseTitle = this.getBrandSettings().base_title;
|
|
3961
|
-
document.title =
|
|
3961
|
+
document.title = ((_kernel$currentApp = kernel.currentApp) === null || _kernel$currentApp === void 0 ? void 0 : _kernel$currentApp.localeTitle) || (pageTitle ? "".concat(pageTitle, " - ").concat(baseTitle) : baseTitle);
|
|
3962
3962
|
}
|
|
3963
3963
|
}
|
|
3964
3964
|
|