From ac849abe6abf8e79470995ff4afd129912f314b1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 9 Feb 2026 14:26:09 +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 0e70ed0ad..affcef2b4 100644 --- a/app/Http/Controllers/Admin/Operations/FluidbookCollection/AuditLinksOperation.php +++ b/app/Http/Controllers/Admin/Operations/FluidbookCollection/AuditLinksOperation.php @@ -279,6 +279,7 @@ trait AuditLinksOperation 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'), + 697 => __('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