Skip to content

Commit

Permalink
Rename configuration to settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jan 1, 2017
1 parent ba7118d commit 32be7a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/Config/package.sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
*/

return [
'0home' => [
'0home' => [
'name' => 'home',
'label' => 'web::seat.home',
'icon' => 'fa-home',
'route_segment' => 'home',
'route' => 'home'
],
'api-key' => [
'api-key' => [
'name' => 'api key management',
'label' => 'web::seat.api_key_management',
'icon' => 'fa-key',
Expand All @@ -47,7 +47,7 @@
]
]
],
'corporation' => [
'corporation' => [
'name' => 'corporation',
'label' => 'web::seat.corporation',
'plural' => true,
Expand All @@ -62,7 +62,7 @@
]
]
],
'character' => [
'character' => [
'name' => 'character',
'label' => 'web::seat.character',
'plural' => true,
Expand All @@ -83,7 +83,7 @@
]
]
],
'configuration' => [
'settings' => [
'name' => 'configuration',
'label' => 'web::seat.configuration',
'permission' => 'superuser',
Expand Down Expand Up @@ -137,7 +137,7 @@
],
]
],
'tools' => [
'tools' => [
'name' => 'tools',
'label' => 'web::seat.tools',
'icon' => 'fa-wrench',
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en/seat.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
'all_char' => 'All Characters',
'mail_timeline' => 'Mail Timeline',
'all_corp' => 'All Corporations',
'configuration' => 'Configuration',
'configuration' => 'Settings',
'access' => 'Access Management',
'other' => 'Other',
'tools' => 'Tools',
Expand Down

0 comments on commit 32be7a5

Please sign in to comment.