Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 8044a0a

Browse files
Merge pull request #1162 from lightninglabs/dev/update-loader-syncing-copy
Lnd is becoming too fast :)
2 parents 81e5f08 + a91791d commit 8044a0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/view/loader-syncing-mobile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ const CopySection = () => (
6767
<View style={copyStyles.wrapper}>
6868
<CopyOnboardText style={copyStyles.title}>Almost there</CopyOnboardText>
6969
<CopyText style={copyStyles.copyTxt}>
70-
{
71-
"We're making the final touches to get you up and running on Lightning. This could take about 30 minutes, but it will only happen once."
72-
}
70+
Why not grab a coffee. This could take a few minutes.
7371
</CopyText>
7472
</View>
7573
);

0 commit comments

Comments
 (0)