Skip to content

Commit f60b005

Browse files
MAGETWO-46317: Support Multiple Updates on the WebSetup
1 parent 386db3a commit f60b005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/pub/magento/setup/start-updater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ angular.module('start-updater', ['ngStorage'])
3131
var payLoad = {
3232
'packages': $scope.packages,
3333
'type': $state.current.type,
34-
'headerTitle': $scope.title,
34+
'headerTitle': $scope.packages.size == 1 ? $scope.title : 'Process extensions',
3535
'dataOption': $localStorage.dataOption
3636
};
3737
$http.post('index.php/start-updater/update', payLoad)

0 commit comments

Comments
 (0)