Skip to content

Commit 5c01006

Browse files
author
Igor Melnikov
committed
MAGETWO-44895: Web setup wizard missing title
Renaming titles in setup application and setup wizard
1 parent 1a5670d commit 5c01006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/config/states.home.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[
1717
'id' => 'root.home',
1818
'url' => 'home',
19-
'title' => 'Web Setup Wizard',
19+
'title' => 'Setup Wizard',
2020
'templateUrl' => "$base/home",
2121
'header' => 'Home',
2222
'nav' => false,

setup/config/states.install.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'id' => 'root.landing-install',
3131
'url' => 'landing-install',
3232
'templateUrl' => "$base/landing-installer",
33-
'title' => 'Landing',
33+
'title' => 'Installation',
3434
'controller' => 'landingController',
3535
'main' => true,
3636
'default' => true,

0 commit comments

Comments
 (0)