Skip to content

Commit

Permalink
Merge branch 'develop' into release/5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia authored Nov 1, 2023
2 parents 84b8737 + 41b9891 commit b0f4419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/sync/src/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const useIndex = (apiUrl, nonce) => {
*/
throw new Error(
__(
'Something went wrong. Find troubleshooting steps at https://elasticpress.zendesk.com/hc/en-us/sections/360010868652-Troubleshooting.',
'Something went wrong. Find troubleshooting steps at https://elasticpress.zendesk.com/hc/en-us/articles/20857557098125/.',
'elasticpress',
),
);
Expand All @@ -91,7 +91,7 @@ export const useIndex = (apiUrl, nonce) => {
*/
throw new Error(
__(
'Unable to parse response. Find troubleshooting steps at https://elasticpress.zendesk.com/hc/en-us/sections/360010868652-Troubleshooting.',
'Unable to parse response. Find troubleshooting steps at https://elasticpress.zendesk.com/hc/en-us/articles/20857557098125/.',
'elasticpress',
),
);
Expand Down

0 comments on commit b0f4419

Please sign in to comment.