Skip to content

Commit

Permalink
fix admin title
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxim0v committed Aug 2, 2022
1 parent 9fd247a commit be49349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/LauncherServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function adminNavigation()
{
return [
'launcher' => [
'name' => trans('launcher::admin.title'), // Traduction du nom de l'onglet
'name' => 'Launcher', // Traduction du nom de l'onglet
'icon' => 'bi bi-controller', // Icône Bootstrap Icons
'route' => 'launcher.admin.settings', // Route de la page
'permission' => 'launcher.manage'
Expand Down

0 comments on commit be49349

Please sign in to comment.