Skip to content

Commit

Permalink
Fix: message translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtMin96 committed Dec 4, 2022
1 parent 26a74be commit e18d83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filament/Pages/CreateTeam.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function createTeam(CreatesTeams $creator): Redirector
$creator->create($this->user, $this->createTeamState);

Notification::make()
->title(__('filament-jet::teams/create.created'))
->title(__('filament-jet::teams/create.messages.created'))
->success()
->send();

Expand Down

0 comments on commit e18d83e

Please sign in to comment.