Skip to content

Commit cbb3de5

Browse files
committed
MAGETWO-44043: Wording error in readiness check
- CR fixes.
1 parent 1aef8ce commit cbb3de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/pub/magento/setup/readiness-check.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ angular.module('readiness-check', [])
343343
if($state.current.type === 'install' || $state.current.type === 'upgrade') {
344344
$actionString += 'Magento';
345345
if ($state.current.type === 'upgrade' && $localStorage.packages.length > 1 ) {
346-
$actionString += ' and Selected Components';
346+
$actionString += ' and selected components';
347347
}
348348
} else {
349-
$actionString += $localStorage.titles[$state.current.type];
349+
$actionString += 'package';
350350
}
351351
}
352352
$actionString += " to be " + $state.current.type;

0 commit comments

Comments
 (0)