Logging ReportDetail: update breadcrumb to use CiviCRM Home for disambiguation with...
authorMathieu Lutfy <mathieu@symbiotic.coop>
Mon, 13 Mar 2023 17:26:46 +0000 (13:26 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Tue, 14 Mar 2023 01:15:26 +0000 (21:15 -0400)
CRM/Logging/ReportDetail.php

index f69d6f5cd1c8b59f19d3dffba57bfa00761569e1..a87ee1edc89411a1bf9515266280a03aa70fcdd7 100644 (file)
@@ -80,7 +80,7 @@ class CRM_Logging_ReportDetail extends CRM_Report_Form {
     CRM_Utils_System::resetBreadCrumb();
     $breadcrumb = [
       [
-        'title' => ts('Home'),
+        'title' => ts('Home', ['context' => 'menu']),
         'url' => CRM_Utils_System::url(),
       ],
       [