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

Remove extraneous period in activity postProcess status msg

parent 9b6506ea
Branches
Tags
No related merge requests found
......@@ -1180,7 +1180,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
$subject = "'" . $params['subject'] . "'";
}
CRM_Core_Session::setStatus(ts('Activity %1 has been saved. %2. %3',
CRM_Core_Session::setStatus(ts('Activity %1 has been saved. %2 %3',
array(
1 => $subject,
2 => $followupStatus,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment