Skip to content

Commit

Permalink
Merge pull request #24 from zvizvi/patch-1
Browse files Browse the repository at this point in the history
Make Team Settings label translate reactive
  • Loading branch information
stephenjude authored Nov 27, 2024
2 parents 400da12 + a79a4c3 commit 3ba7bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/App/Providers/Filament/AppPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function panel(Panel $panel): Panel
->tenantProfile(EditTeam::class)
->userMenuItems([
MenuItem::make()
->label(__('Team Settings'))
->label(fn () => __('Team Settings'))
->icon('heroicon-o-cog-6-tooth')
->url(fn () => $this->shouldRegisterMenuItem()
? url(EditTeam::getUrl())
Expand Down

0 comments on commit 3ba7bb5

Please sign in to comment.