You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/code/community/Zendesk/Zendesk/Helper/Data.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -371,9 +371,9 @@ public function getConnectionStatus() {
371
371
'msg' => Mage::helper('zendesk')->__('Connection to Zendesk API successful'),
372
372
);
373
373
}
374
-
374
+
375
375
$error = Mage::helper('zendesk')->__('Connection to Zendesk API failed') .
376
-
'<br />' . Mage::helper('zendesk')->__('Troubleshooting tips can be found at <a href=%s>%s</a>', 'https://support.zendesk.com/entries/26579987', 'https://support.zendesk.com/entries/26579987');
376
+
'<br />' . Mage::helper('zendesk')->__("Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.");
377
377
378
378
returnarray(
379
379
'success' => false,
@@ -383,7 +383,7 @@ public function getConnectionStatus() {
383
383
} catch (Exception$ex) {
384
384
$error = Mage::helper('zendesk')->__('Connection to Zendesk API failed') .
'<br />' . Mage::helper('zendesk')->__('Troubleshooting tips can be found at <a href=%s>%s</a>', 'https://support.zendesk.com/entries/26579987', 'https://support.zendesk.com/entries/26579987');
386
+
'<br />' . Mage::helper('zendesk')->__("Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.");
0 commit comments