Skip to content

Commit

Permalink
Merge pull request #83 from savannabits/3.x-dev
Browse files Browse the repository at this point in the history
Bug Fix: navigation label translation key during filament cluster generation
  • Loading branch information
coolsam726 authored Apr 15, 2024
2 parents dc3703a + 0fcc336 commit dfa7c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/filament-cluster.stub
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class {{ class }} extends Cluster

public static function getNavigationLabel(): string
{
return '__({{ navigationLabel }})';
return __('{{ navigationLabel }}');
}

public static function getNavigationIcon(): ?string
Expand Down

0 comments on commit dfa7c08

Please sign in to comment.