Skip to content

Commit

Permalink
Removing the 'matching contact found' label
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed Aug 28, 2024
1 parent 7aeefc4 commit 6997503
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@
"views.Channel.Total.offline": "Total offline",
"views.Channel.zeroConf": "Zero conf",
"views.Channel.commitmentType": "Commitment Type",
"views.Channel.matchingContactFound": "Matching Contact Found",
"views.UTXOs.CoinControl.noUTXOs": "No UTXOs available",
"views.EditFee.mainText": "Edit network fee",
"views.EditFee.fastestFee": "Fastest fee",
Expand Down
11 changes: 0 additions & 11 deletions views/Channels/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,16 +364,6 @@ export default class ChannelView extends React.Component<
</Text>
</TouchableOpacity>
)}
<Text
style={{
fontSize: 16,
marginBottom: 8
}}
>
{`${localeString(
'views.Channel.matchingContactFound'
)}`}
</Text>
{remotePubkey && this.renderContactLink(remotePubkey)}
</View>
<BalanceSlider
Expand Down Expand Up @@ -858,7 +848,6 @@ const styles = StyleSheet.create({
paddingBottom: 15
},
container: {
marginTop: 8,
paddingHorizontal: 16,
paddingVertical: 12,
borderRadius: 6,
Expand Down

0 comments on commit 6997503

Please sign in to comment.