Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Mar 29, 2024
1 parent 54d78b0 commit be10b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/onboarding/CoinjoinMarket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const HEADING_TEXT_1 = 'Firebolt Wallet';
const HEADING_TEXT_2 = 'The ultimate privacy tool for bitcoiners';
const CREATE_WALLET_BUTTON_TEXT = 'Create a new wallet';
const RESTORE_WALLET_BUTTON_TEXT = 'Restore existing wallet';
const COIJOIN_MARKET_BUTTON__TEXT = "Welcome to the Coinjoin P2P Market"
const COIJOIN_MARKET_BUTTON__TEXT = 'Welcome to the Coinjoin P2P Market';

interface Props {
navigation: NavigationProp<any, any>;
Expand Down

0 comments on commit be10b9a

Please sign in to comment.