From 2e31bd7cb7fb4c63ee2d703a630774a9027a7a4f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 9 Feb 2026 12:43:31 +0100 Subject: [PATCH] wip #7868 --- .../Admin/Operations/FluidbookCollection/AuditLinksOperation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Admin/Operations/FluidbookCollection/AuditLinksOperation.php b/app/Http/Controllers/Admin/Operations/FluidbookCollection/AuditLinksOperation.php index 347012a50..0e70ed0ad 100644 --- a/app/Http/Controllers/Admin/Operations/FluidbookCollection/AuditLinksOperation.php +++ b/app/Http/Controllers/Admin/Operations/FluidbookCollection/AuditLinksOperation.php @@ -278,6 +278,7 @@ trait AuditLinksOperation 628 => __('The auditing tool was blocked by CloudFlare DDOS Protection. Please check manually'), 603 => __('The auditing tool was blocked by CloudFlare DDOS Protection. Please check manually'), 695 => __('There is a problem with the SSL certificate. The auditing tool could not check if the URL is valid or not. Please check manually'), + 696 => __('There is a problem with the SSL certificate. The auditing tool could not check if the URL is valid or not. Please check manually'), ]; $row = 1; -- 2.39.5