Skip to content
Snippets Groups Projects
Commit 3521f4ab authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-10043 - one more fatal fix - ts w/o array.

parent 90b05581
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
CRM_Utils_System::setTitle($displayName . ' - ' . $activityName);
}
else {
CRM_Utils_System::setTitle(ts('%1 Activity', $activityName));
CRM_Utils_System::setTitle(ts('%1 Activity', array( 1 => $activityName)));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment