Merge pull request #23157 from eileenmcnaughton/anet
[civicrm-core.git] / CRM / Report / Page / Instance.php
index 9eab4d008f8c9a6ad839bd23a87dde4696e0de17..fe10f9270e07c641022dd0bb8e8a09d673f11dcf 100644 (file)
@@ -44,7 +44,7 @@ class CRM_Report_Page_Instance extends CRM_Core_Page {
     $optionVal = CRM_Report_Utils_Report::getValueFromUrl($instanceId);
     $templateInfo = CRM_Core_OptionGroup::getRowValues('report_template', "{$optionVal}", 'value');
     if (empty($templateInfo)) {
-      CRM_Core_Error::statusBounce('You have tried to access a report that does not exist.');
+      CRM_Core_Error::statusBounce(ts('You have tried to access a report that does not exist.'));
     }
 
     $extKey = strpos($templateInfo['name'], '.');