@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.esm.js
CHANGED
|
@@ -3960,7 +3960,7 @@ class Runtime {
|
|
|
3960
3960
|
applyPageTitle(pageTitle) {
|
|
3961
3961
|
var _kernel$currentApp;
|
|
3962
3962
|
var baseTitle = this.getBrandSettings().base_title;
|
|
3963
|
-
document.title =
|
|
3963
|
+
document.title = ((_kernel$currentApp = kernel.currentApp) === null || _kernel$currentApp === void 0 ? void 0 : _kernel$currentApp.localeTitle) || (pageTitle ? "".concat(pageTitle, " - ").concat(baseTitle) : baseTitle);
|
|
3964
3964
|
}
|
|
3965
3965
|
}
|
|
3966
3966
|
|