Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
afsakar authored and github-actions[bot] committed Nov 14, 2023
1 parent 1b67c8a commit 5bba80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/TranslatableAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function (Field $component) {
'statePath' => $component->getName(),
'content' => $googleTranslate,
]);

Notification::make()
->title(__('filament-translate-action::filament-translate-action.success_title'))
->body(__('filament-translate-action::filament-translate-action.success_message'))
Expand Down

0 comments on commit 5bba80c

Please sign in to comment.