Skip to content

Commit f55b751

Browse files
committed
AOS-295: Update report description
1 parent 0c7ab71 commit f55b751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reports/LargeDocumentReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class LargeDocumentReport extends Report
2424
public function description(): string
2525
{
2626
if (!$this->isReportActive()) {
27-
return 'This report requires the SEARCH_INDEX_FILES environment variable and file extension.';
27+
return 'This report requires the SearchServiceExtension being applied to Files.';
2828
}
2929

3030
return sprintf(

0 commit comments

Comments
 (0)