diff --git a/app/code/community/Ebizmarts/MailChimp/Model/Api/Stores.php b/app/code/community/Ebizmarts/MailChimp/Model/Api/Stores.php index 8afd23ac6..017322e90 100644 --- a/app/code/community/Ebizmarts/MailChimp/Model/Api/Stores.php +++ b/app/code/community/Ebizmarts/MailChimp/Model/Api/Stores.php @@ -55,7 +55,7 @@ public function createMailChimpStore($mailChimpStoreId, $listId = null, $scopeId } catch (MailChimp_Error $e) { $adminSession = Mage::getSingleton('adminhtml/session'); if (strstr($e->getFriendlyMessage(), 'A store with the domain')) { - $errorMessage = $helper->__("A MailChimp store with the same domain already exists in this account. You need to have a different URLs for each scope you set up the ecommerce data. Possible solutions HERE"); + $errorMessage = $helper->__("A MailChimp store with the same domain already exists in this account. You need to have a different URLs for each scope you set up the ecommerce data. Possible solutions HERE and HERE"); $adminSession->addError($errorMessage); } $helper->logError($e->getFriendlyMessage());