Fix notification message for successful import by adding a period at the end
This commit is contained in:
@@ -482,7 +482,7 @@ class InvoiceOutValidationResource extends Resource
|
|||||||
} else {
|
} else {
|
||||||
Notification::make()
|
Notification::make()
|
||||||
->title('Import Success')
|
->title('Import Success')
|
||||||
->body("Successfully imported '{$successCount}' records")
|
->body("Successfully imported '{$successCount}' records.")
|
||||||
->success()
|
->success()
|
||||||
->send();
|
->send();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user