File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
acceptance/features/bootstrap Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public function iVisitTheSettingsPage() {
148148 */
149149 public function iVisitTheAdminSettingsPage () {
150150 $ this ->iOpenTheSettingsMenu ();
151- $ this ->actor ->find (self ::menuItemFor ('Admin settings ' ), 2 )->click ();
151+ $ this ->actor ->find (self ::menuItemFor ('Administration settings ' ), 2 )->click ();
152152 }
153153
154154 /**
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ public function providesNavigationConfig() {
299299 'order ' => 3 ,
300300 'href ' => '/apps/test/ ' ,
301301 'icon ' => '/apps/settings/img/admin.svg ' ,
302- 'name ' => 'Admin settings ' ,
302+ 'name ' => 'Administration settings ' ,
303303 'active ' => false ,
304304 'type ' => 'settings ' ,
305305 'classes ' => '' ,
You can’t perform that action at this time.
0 commit comments