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 {
|
||||
Notification::make()
|
||||
->title('Import Success')
|
||||
->body("Successfully imported '{$successCount}' records")
|
||||
->body("Successfully imported '{$successCount}' records.")
|
||||
->success()
|
||||
->send();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user