Skip to content

Commit af6030e

Browse files
committed
remove translation if not exists
1 parent 6b510ac commit af6030e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Filament/Resources/DocumentTypeResource/RelationManagers/TemplatesRelationManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ public function updateBuilderFieldWithEditorData(string $builderName, array $edi
393393

394394
Notification::make()
395395
->title(__('inspirecms::buttons.edit_and_preview.messages.success.title'))
396-
->body(__('inspirecms::buttons.edit_and_preview.messages.success.body'))
397396
->success()
398397
->send();
399398
}

src/Filament/Tables/Actions/EditAndPreviewAction.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ protected function setUp(): void
3030
->successNotification(
3131
fn (Notification $notification) => $notification
3232
->title(__('inspirecms::buttons.edit_and_preview.messages.success.title'))
33-
->body(__('inspirecms::buttons.edit_and_preview.messages.success.body'))
3433
)
3534
->failureNotification(
3635
fn (Notification $notification) => $notification
3736
->title(__('inspirecms::buttons.edit_and_preview.messages.failure.title'))
38-
->body(__('inspirecms::buttons.edit_and_preview.messages.failure.body'))
3937
)
4038
->action(function ($livewire) {
4139
Support\Panel::ensurePluginIsLoaded();

0 commit comments

Comments
 (0)