diff --git a/native/farcaster/farcaster-sync-loading-screen.react.js b/native/farcaster/farcaster-sync-loading-screen.react.js --- a/native/farcaster/farcaster-sync-loading-screen.react.js +++ b/native/farcaster/farcaster-sync-loading-screen.react.js @@ -34,10 +34,8 @@ Fetching Farcaster conversations - We’re fetching all your Farcaster conversations and messages. - - - This could take a while depending on how many conversations you have. + Comm is fetching all of your Farcaster messages so they can be backed + up. This can take a while, depending on how many conversations you have. {progress ? ( diff --git a/web/farcaster/farcaster-sync-loading-screen.react.js b/web/farcaster/farcaster-sync-loading-screen.react.js --- a/web/farcaster/farcaster-sync-loading-screen.react.js +++ b/web/farcaster/farcaster-sync-loading-screen.react.js @@ -36,11 +36,9 @@

Fetching Farcaster conversations

- We’re fetching all your Farcaster conversations and messages. -

-

- This could take a while depending on how many conversations you - have. + Comm is fetching all of your Farcaster messages so they can be + backed up. This can take a while, depending on how many + conversations you have.

{progressComponent}