From: Dennis P Osorio Date: Mon, 7 Sep 2020 16:22:21 +0000 (-0400) Subject: fixed spelling of address on lines 122 and 247 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5c82823a532a406d14486b6f2624b224185b9daf;p=civicrm-core.git fixed spelling of address on lines 122 and 247 fixed capitalization on line 247 fix capitalization fix on line 122 --- diff --git a/CRM/Contact/Form/Task/Delete.php b/CRM/Contact/Form/Task/Delete.php index a4996b227f..9fac47037a 100644 --- a/CRM/Contact/Form/Task/Delete.php +++ b/CRM/Contact/Form/Task/Delete.php @@ -119,7 +119,7 @@ class CRM_Contact_Form_Task_Delete extends CRM_Contact_Form_Task { 'count' => $sharedAddressCount, ]); } - CRM_Core_Session::setStatus($message . ' ' . ts('Shared addresses will not be removed or altered but will no longer be shared.'), ts('Shared Addesses Owner')); + CRM_Core_Session::setStatus($message . ' ' . ts('Shared addresses will not be removed or altered but will no longer be shared.'), ts('Shared Addresses Owner')); } // set in form controller so that queries are not fired again @@ -244,7 +244,7 @@ class CRM_Contact_Form_Task_Delete extends CRM_Contact_Form_Task { } $message .= ''; - $session->setStatus($message, ts('Shared Addesses Owner Deleted'), 'info', ['expires' => 0]); + $session->setStatus($message, ts('Shared Addresses Owner Deleted'), 'info', ['expires' => 0]); $this->set('sharedAddressMessage', NULL); }