Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/view/loader-syncing-mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ const CopySection = () => (
<View style={copyStyles.wrapper}>
<CopyOnboardText style={copyStyles.title}>Almost there</CopyOnboardText>
<CopyText style={copyStyles.copyTxt}>
{
"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."
}
Why not grab a coffee. This could take a few minutes.
</CopyText>
</View>
);
Expand Down