We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09eff0d commit 9160beeCopy full SHA for 9160bee
src/versions/1.7.1/pages/BO/modules/autoupgrade/index.ts
@@ -14,7 +14,7 @@ class AutoupgradeVersion extends Autoupgrade implements ModuleAutoupgradeMainPag
14
constructor() {
15
super();
16
17
- this.pageTitle = 'AdminSelfUpgrade > AdminSelfUpgrade • PrestaShop';
+ this.pageTitle = `AdminSelfUpgrade > AdminSelfUpgrade • ${global.INSTALL.SHOP_NAME}`;
18
}
19
20
0 commit comments