fixes: U4-10837 CMS getting started tour can't create Home page

This commit is contained in:
Mads Rasmussen
2018-01-17 15:50:01 +01:00
parent f6971185f8
commit 9d780a2e8f
2 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
vm.initNextStep = initNextStep;
function initNextStep() {
if(element.val().toLowerCase() === 'my home page') {
if(element.val().toLowerCase() === 'home page') {
$scope.model.nextStep();
} else {
vm.error = true;