diff --git a/code/reports/BrokenLinksReport.php b/code/reports/BrokenLinksReport.php index 497c9834..f72a5265 100644 --- a/code/reports/BrokenLinksReport.php +++ b/code/reports/BrokenLinksReport.php @@ -102,8 +102,8 @@ class BrokenLinksReport extends SS_Report { '' => 'Any', 'BROKENFILE' => 'Broken file', 'BROKENLINK' => 'Broken link', - 'VPBROKENLINK' => 'Virtual page pointing to invalid source', - 'RPBROKENLINK' => 'Redirector page pointing to invalid destination', + 'VPBROKENLINK' => 'Virtual page pointing to non-existent page', + 'RPBROKENLINK' => 'Redirector page pointing to non-existent page', )) ); }