Skip to content

Commit

Permalink
Merge pull request #21 from vassilidev/fix/email-transalation-20
Browse files Browse the repository at this point in the history
fix: Add translation on Preview label
  • Loading branch information
RickDBCN authored Oct 17, 2023
2 parents d86b930 + b0be6dc commit 3e3998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filament/Resources/EmailResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static function table(Table $table): Table
->defaultSort(config('filament-email.resource.default_sort_column'), config('filament-email.resource.default_sort_direction'))
->actions([
Action::make('preview')
->label('Preview')
->label(__('Preview'))
->icon('heroicon-m-eye')
->extraAttributes(['style' => 'h-41'])
->modalFooterActions(
Expand Down

0 comments on commit 3e3998a

Please sign in to comment.