Skip to content

Commit 387d598

Browse files
authored
Merge pull request #98 from ssulima/ssulima-patch-1
Update notification title on save action
2 parents c84a3cd + 9957bf5 commit 387d598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concern/InteractWithTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function updateTree(?array $list = null): array
147147

148148
Notification::make()
149149
->success()
150-
->title(__('filament-actions::edit.single.modal.actions.save.label'))
150+
->title(__('filament-actions::edit.single.notifications.saved.title'))
151151
->send();
152152

153153
// Reload data

0 commit comments

Comments
 (0)