Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 5612ae0

Browse files
authored
Merge pull request #706 from lightninglabs/chain-deposit
Rename `Pending Deposit` to `Chain Deposit` on home screen
2 parents d6d97ab + 435781f commit 5612ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const BalanceDisplay = ({
111111
<BalanceLabelNumeral>{channelBalanceLabel}</BalanceLabelNumeral>
112112
<BalanceLabelUnit>{unitLabel}</BalanceLabelUnit>
113113
</BalanceLabel>
114-
<H4Text style={balanceStyles.smallLabel}>Pending Deposit</H4Text>
114+
<H4Text style={balanceStyles.smallLabel}>Chain Deposit</H4Text>
115115
<SmallBalanceLabel unit={unitLabel}>{depositLabel}</SmallBalanceLabel>
116116
</Button>
117117
</View>

0 commit comments

Comments
 (0)