@@ -33,21 +33,24 @@ const FAQScreen = (props: Props) => {
3333 return (
3434 < SafeAreaView style = { { height : "100%" } } >
3535 < ScreenWrapper contentContainerStyle = { { flexGrow : 1 } } >
36- < FAQItem title = "What is Badger wallet ?" >
36+ < FAQItem title = "What is Badger Wallet ?" >
3737 < T >
3838 Badger Wallet is a Bitcoin Cash (BCH) and Simple Token (SLP) wallet,
39- made to prioritize simplicity for everyday use.
39+ designed to prioritize simplicity for everyday use.
4040 </ T >
4141 < TouchableOpacity
4242 onPress = { ( ) => Linking . openURL ( "https://badger.bitcoin.com" ) }
4343 >
4444 < T type = "accent" > badger.bitcoin.com</ T >
4545 </ TouchableOpacity >
4646 </ FAQItem >
47+ < FAQItem title = "Which currencies does Badger wallet support?" >
48+ < T > Bitcoin Cash (BCH) and Simple Ledger Protocol (SLP) tokens</ T >
49+ </ FAQItem >
4750 < FAQItem title = "What is Bitcoin Cash (BCH)?" >
4851 < T >
4952 Bitcoin Cash (BCH) is a version of bitcoin which focuses on being
50- peer to peer electronic cash for everyone . Learn more at
53+ peer to peer for the world . Learn more at
5154 </ T >
5255 < TouchableOpacity
5356 onPress = { ( ) => Linking . openURL ( "https://bitcoincash.org" ) }
@@ -56,11 +59,11 @@ const FAQScreen = (props: Props) => {
5659 </ TouchableOpacity >
5760 </ FAQItem >
5861
59- < FAQItem title = "What are Simple Tokens (SLP)?" >
62+ < FAQItem title = "What are Simple Ledger Protocol (SLP) tokens ?" >
6063 < T >
61- Simple tokens are tokens following the Simple Ledger Protocol
62- specification which is built upon the Bitcoin Cash network. With
63- simple tokens you can tokenize anything and everything easily.
64+ SLP tokens are tokens following the Simple Ledger Protocol
65+ specification which is built upon the Bitcoin Cash network. With SLP
66+ tokens can be created and shared by anyone easily.
6467 </ T >
6568 < TouchableOpacity
6669 onPress = { ( ) => Linking . openURL ( "https://simpleledger.cash" ) }
@@ -69,12 +72,11 @@ const FAQScreen = (props: Props) => {
6972 </ TouchableOpacity >
7073 </ FAQItem >
7174
72- < FAQItem title = "Why can't I send SLP tokens?" >
75+ < FAQItem title = "Why can't I send tokens?" >
7376 < T >
74- To send SLP tokens, a small amount of BCH is used to pay for the
75- transaction fee. Make sure you have some BCH in your wallet before
76- sending SLP tokens. If this isn't the case, and the problem persists
77- then please get in contact with the team from the Contact Us page.
77+ Receiving tokens is free, but sending requires a little bit of
78+ Bitcoin Cash (BCH) to pay the transaction fee. Make sure your wallet
79+ has a little bit of BCH before sending SLP tokens.
7880 </ T >
7981 </ FAQItem >
8082 < Spacer large />
0 commit comments