Skip to content

Commit

Permalink
Improve wording on timeout error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Kodonenko committed Dec 20, 2024
1 parent b000b3b commit dddd4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/sync-sites/use-sync-push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function useSyncPush( {
message:
response.error === 'Import timed out'
? __(
'A timeout error occurred while pushing the site. If this problem persists, please contact support.'
"A timeout error occurred while pushing the site, likely due to its large size. Please try reducing the site's content or files and try again. If the problem persists, contact support."
)
: __(
'An error occurred while pushing the site. If this problem persists, please contact support.'
Expand Down

0 comments on commit dddd4d3

Please sign in to comment.