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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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.'