Skip to content
Snippets Groups Projects
Commit 79dc2175 authored by colemanw's avatar colemanw
Browse files

More appropriate status message when saving a case

parent c378f241
Branches
Tags
No related merge requests found
......@@ -428,7 +428,7 @@ class CRM_Case_Form_Case extends CRM_Core_Form {
// 5. auto populate activites
// 6. set status
CRM_Core_Session::setStatus($params['statusMsg'], '', 'info');
CRM_Core_Session::setStatus($params['statusMsg'], ts('Saved'), 'success');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment