Skip to content

Commit cb57944

Browse files
committedFeb 14, 2024
improve wording
1 parent 33323bc commit cb57944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎demos/layout/layouts.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
['page' => ['layouts_nolayout'], 'title' => 'HTML without layout'],
1919
['page' => ['layouts_manual'], 'title' => 'Manual layout'],
2020
['page' => ['../basic/header', 'layout' => Layout\Centered::class], 'title' => 'Centered layout'],
21-
['page' => ['layouts_admin'], 'title' => 'Admin Layout'],
22-
['page' => ['layouts_error'], 'title' => 'Exception Error'],
21+
['page' => ['layouts_admin'], 'title' => 'Admin layout'],
22+
['page' => ['layouts_error'], 'title' => 'Exception page'],
2323
];
2424

2525
// layout

0 commit comments

Comments
 (0)