Skip to content
Snippets Groups Projects
Commit dcbf87d0 authored by jaapjansma's avatar jaapjansma
Browse files

Merge branch 'patch-1' into 'master'

Correct copied-and-pasted reference to "CiviVolunteer"

See merge request extensions/form-processor!1
parents 0400fd56 26e8ae40
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class CRM_FormProcessor_Upgrader extends CRM_FormProcessor_Upgrader_Base {
public static function getUnmetDependencyErrorMessage($unmet) {
switch ($unmet) {
case 'action-provider':
return ts('CiviVolunteer was installed successfully, but you must also install and enable the <a href="%1">action-provider Extension</a>.', array(1 => 'https://lab.civicrm.org/jaapjansma/action-provider'));
return ts('Form Processor was installed successfully, but you must also install and enable the <a href="%1">action-provider Extension</a>.', array(1 => 'https://lab.civicrm.org/jaapjansma/action-provider'));
}
CRM_Core_Error::fatal(ts('Unknown error key: %1', array(1 => $unmet)));
......
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