change Lbry. to LBRY on splash screen
This commit is contained in:
parent
5d8d832e99
commit
a8457a748a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class SplashScreen extends React.PureComponent {
|
|||
|
||||
return (
|
||||
<View style={splashStyle.container}>
|
||||
<Text style={splashStyle.title}>Lbry.</Text>
|
||||
<Text style={splashStyle.title}>LBRY</Text>
|
||||
<Text style={splashStyle.message}>{message}</Text>
|
||||
<Text style={splashStyle.details}>{details}</Text>
|
||||
</View>
|
||||
|
|
Loading…
Reference in a new issue