Skip to content

Commit 0c54f3a

Browse files
committed
fix(transfer): update liquidity explanation copy
1 parent aefd83c commit 0c54f3a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

src/screens/Transfer/Liquidity.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const Liquidity = ({
4242
<BodyM style={styles.description} color="secondary">
4343
{t('liquidity.text')}
4444
</BodyM>
45+
4546
<BodyMB style={styles.label}>{t('liquidity.label')}</BodyMB>
4647
<LightningChannel
4748
capacity={channelSize}
@@ -79,12 +80,12 @@ const styles = StyleSheet.create({
7980
marginTop: 4,
8081
},
8182
label: {
82-
marginTop: 32,
83+
marginTop: 'auto',
8384
marginBottom: 16,
8485
},
8586
buttonContainer: {
8687
flexDirection: 'row',
87-
marginTop: 'auto',
88+
marginTop: 32,
8889
},
8990
button: {
9091
flex: 1,

src/screens/Wallets/Receive/Liquidity.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ const styles = StyleSheet.create({
7373
paddingHorizontal: 16,
7474
},
7575
label: {
76-
marginTop: 48,
76+
marginTop: 'auto',
7777
marginBottom: 16,
7878
},
7979
buttonContainer: {
8080
flexDirection: 'row',
8181
justifyContent: 'center',
82-
marginTop: 'auto',
8382
gap: 16,
83+
marginTop: 32,
8484
},
8585
button: {
8686
flex: 1,

src/utils/i18n/locales/en/lightning.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"string": "Liquidity\n<accent>& routing</accent>"
147147
},
148148
"text": {
149-
"string": "Your spending balance in Bitkit is like your internet connection. Instead of bandwidth, you pay for liquidity and payment routing.\n\nPayments to and from your spending balance are cheaper, faster, and more private than regular Bitcoin transactions.\n\nThe network fee and service provider fee are one-time costs to set up your balance."
149+
"string": "Your Spending Balance uses the Lightning Network to make your payments cheaper, faster, and more private.\n\nThis works like internet access, but you pay for liquidity & routing instead of bandwidth.\n\nThis setup includes some one-time costs."
150150
},
151151
"label": {
152152
"string": "Spending Balance Liquidity"

src/utils/i18n/locales/en/wallet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,10 @@
323323
"string": "Increase Receiving Capacity"
324324
},
325325
"text": {
326-
"string": "Your spending balance in Bitkit is like your internet connection. Instead of bandwidth, you pay for liquidity and payment routing.\n\nPayments from your spending balance are cheaper, faster, and more private than regular Bitcoin transactions.\n\nThe network fee and service provider fee are one-time costs to set up your balance."
326+
"string": "Your Spending Balance uses the Lightning Network to make your payments cheaper, faster, and more private.\n\nThis works like internet access, but you pay for liquidity & routing instead of bandwidth.\n\nThis setup includes some one-time costs."
327327
},
328328
"text_additional": {
329-
"string": "Your spending balance in Bitkit is like your internet connection. Instead of bandwidth, you pay for liquidity and payment routing.\n\nPayments from your spending balance are cheaper, faster, and more private than regular Bitcoin transactions.\n\nBitkit needs to increase the receiving capacity of your spending balance to process this payment."
329+
"string": "Your Spending Balance uses the Lightning Network to make your payments cheaper, faster, and more private.\n\nThis works like internet access, but you pay for liquidity & routing instead of bandwidth.\n\nBitkit needs to increase the receiving capacity of your spending balance to process this payment."
330330
},
331331
"label": {
332332
"string": "Spending Balance Liquidity"

0 commit comments

Comments
 (0)