Skip to content

Commit 9160bee

Browse files
Fix page title
1 parent 09eff0d commit 9160bee

File tree

1 file changed

+1
-1
lines changed
  • src/versions/1.7.1/pages/BO/modules/autoupgrade

1 file changed

+1
-1
lines changed

src/versions/1.7.1/pages/BO/modules/autoupgrade/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AutoupgradeVersion extends Autoupgrade implements ModuleAutoupgradeMainPag
1414
constructor() {
1515
super();
1616

17-
this.pageTitle = 'AdminSelfUpgrade > AdminSelfUpgrade • PrestaShop';
17+
this.pageTitle = `AdminSelfUpgrade > AdminSelfUpgrade • ${global.INSTALL.SHOP_NAME}`;
1818
}
1919
}
2020

0 commit comments

Comments
 (0)