Skip to content

Commit

Permalink
Merge pull request #1 from krekas/fix-lang
Browse files Browse the repository at this point in the history
Fix archive success notification language path
  • Loading branch information
rvzug authored Jul 22, 2024
2 parents dba069c + 4421e08 commit c246582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/lang/en/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

'with_archived' => 'With archived records',

'without_archived' => 'Without arcived records',
'without_archived' => 'Without archived records',

],
],
Expand Down
2 changes: 1 addition & 1 deletion src/Tables/Actions/ArchiveAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function setUp(): void

$this->modalSubmitActionLabel(__('filament-archivable::table.actions.single.modal.actions.archive.label'));

$this->successNotificationTitle(__('filament-archivable::table.actions.single.notifications.archived.title'));
$this->successNotificationTitle(__('filament-archivable::table.actions.archive.single.notifications.archived.title'));

$this->color('warning');

Expand Down

0 comments on commit c246582

Please sign in to comment.