change manual reward verification message
This commit is contained in:
parent
5fc2e1247b
commit
10beb9935f
1 changed files with 9 additions and 1 deletions
|
@ -21,7 +21,15 @@ class ManualVerifyPage extends React.PureComponent {
|
||||||
return (
|
return (
|
||||||
<View style={firstRunStyle.container}>
|
<View style={firstRunStyle.container}>
|
||||||
<Text style={rewardStyle.verificationTitle}>Manual Reward Verification</Text>
|
<Text style={rewardStyle.verificationTitle}>Manual Reward Verification</Text>
|
||||||
<Text style={firstRunStyle.spacedParagraph}>You need to be manually verified before you can start claiming rewards. Please request to be verified on the <Link style={rewardStyle.underlinedTextLink} href="https://discordapp.com/invite/Z3bERWA" text="LBRY Discord server" />.</Text>
|
<Text style={firstRunStyle.spacedParagraph}>
|
||||||
|
This account must undergo review before you can participate in the rewards program. This can take anywhere from several minutes to several days.
|
||||||
|
</Text>
|
||||||
|
<Text style={firstRunStyle.spacedParagraph}>
|
||||||
|
If you continue to see this message, please request to be verified on the <Link style={rewardStyle.underlinedTextLink} href="https://discordapp.com/invite/Z3bERWA" text="LBRY Discord server" />.
|
||||||
|
</Text>
|
||||||
|
<Text style={firstRunStyle.spacedParagraph}>
|
||||||
|
Please enjoy free content in the meantime!
|
||||||
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue