Skip to content

Commit

Permalink
Fix page title
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jan 9, 2025
1 parent 09eff0d commit 9160bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/versions/1.7.1/pages/BO/modules/autoupgrade/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AutoupgradeVersion extends Autoupgrade implements ModuleAutoupgradeMainPag
constructor() {
super();

this.pageTitle = 'AdminSelfUpgrade > AdminSelfUpgrade • PrestaShop';
this.pageTitle = `AdminSelfUpgrade > AdminSelfUpgrade • ${global.INSTALL.SHOP_NAME}`;
}
}

Expand Down

0 comments on commit 9160bee

Please sign in to comment.