tethys/resources/lang/en/menus.php

23 lines
535 B
PHP
Raw Permalink Normal View History

2018-09-06 15:58:54 +00:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Menus Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used in menu items throughout the system.
| Regardless where it is placed, a menu item can be listed here so it is easily
| found in a intuitive way.
|
*/
'backend' => [
'access' => [
'title' => 'Access Management',
],
],
];