From 86c6bccfeab2beb82b4660107bfc176507f46142 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 13 Mar 2023 13:26:46 -0400 Subject: [PATCH] Logging ReportDetail: update breadcrumb to use CiviCRM Home for disambiguation with the Home location type translation --- CRM/Logging/ReportDetail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Logging/ReportDetail.php b/CRM/Logging/ReportDetail.php index f69d6f5cd1..a87ee1edc8 100644 --- a/CRM/Logging/ReportDetail.php +++ b/CRM/Logging/ReportDetail.php @@ -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(), ], [ -- 2.25.1