Skip to content

Commit

Permalink
chore: update current name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Apr 15, 2024
1 parent 1e86340 commit 070a3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/wallet-overview/wallet-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const WalletOverview: React.FC<Props> = ({ loading, setIsStablesatModalVisible }
<View style={styles.displayTextView}>
<View style={styles.currency}>
<GaloyCurrencyBubble currency="USD" />
<Text type="p1">Stablesats</Text>
<Text type="p1">Dollar</Text>
<Pressable onPress={() => setIsStablesatModalVisible(true)}>
<GaloyIcon color={colors.grey1} name="question" size={18} />
</Pressable>
Expand Down

0 comments on commit 070a3bc

Please sign in to comment.