Skip to content

Commit

Permalink
fix: edit text
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosp1011 committed Nov 13, 2024
1 parent 86434e2 commit d486134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/frontend/src/pages/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const UserCardPage: NextPageWithLayout<UserCardPageProps> = ({ card }) => {
{card ? (
<UserCard card={card} />
) : (
`You don't have a card linked to your account`
`You don't have a card linked to your account.`
)}
</>
)
Expand Down

0 comments on commit d486134

Please sign in to comment.