Skip to content

Commit

Permalink
Merge pull request #3 from ltlacerda/fixed_navigation_menu
Browse files Browse the repository at this point in the history
Fixed getNavigationGroup() return, which was hard-coded
  • Loading branch information
3x1io authored Sep 5, 2024
2 parents 7a43b3f + fe55f3e commit 5499354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"nuxt.isNuxtApp": false
}
2 changes: 1 addition & 1 deletion src/Pages/SettingsHub.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SettingsHub extends Page

public static function getNavigationGroup(): ?string
{
return 'Settings';
return trans('filament-settings-hub::messages.group');
}

public function getTitle(): string
Expand Down

0 comments on commit 5499354

Please sign in to comment.