From: Mathieu Lutfy Date: Mon, 13 Mar 2023 17:26:46 +0000 (-0400) Subject: Logging ReportDetail: update breadcrumb to use CiviCRM Home for disambiguation with... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=86c6bccfeab2beb82b4660107bfc176507f46142;p=civicrm-core.git Logging ReportDetail: update breadcrumb to use CiviCRM Home for disambiguation with the Home location type translation --- 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(), ], [