Skip to content

Commit

Permalink
Use proper apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Sep 8, 2023
1 parent 15415be commit 55cdcf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/src/popup/views/FullscreenSuccessMessage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ const AvoidScamsWarningBlock = () => {
<ul className="FullscreenSuccessMessage__infoBlock__list">
<li>
{t(
"Freighter will never ask for your recovery phrase unless you're actively importing your account using the browser extension - never on an external website",
"Freighter will never ask for your recovery phrase unless youre actively importing your account using the browser extension - never on an external website",
)}
</li>
<li>
{t(
"Always check the domain of websites you're using Freighter with",
"Always check the domain of websites youre using Freighter with",
)}
</li>
<li>
Expand Down

0 comments on commit 55cdcf7

Please sign in to comment.