Skip to content

Commit

Permalink
Update to single quote (binary-com#6618)
Browse files Browse the repository at this point in the history
  • Loading branch information
suisin-deriv authored and adrienne-deriv committed Oct 7, 2022
1 parent b8b935d commit 1e92030
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const FakeMessageContent = () => (
<Icon icon='IcAccountCross' className='warning-scam-message__icon--cross' />
<div className='fake-link__message-container'>
<Text>
<Localize
i18n_default_text={`Fake links often contain the word that looks like "Deriv" but look out for these differences.`}
/>
<Localize i18n_default_text='Fake links often contain the word that looks like "Deriv" but look out for these differences.' />
</Text>
<div className='fake-link__link-container'>
<Text align='center'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ const WarningScamMessageContent = () => (
<div className='warning-scam-message--content__info--title'>
<Icon icon='IcAccountWebsite' className='warning-scam-message__website-icon' size={24} />
<Text weight='bold'>
<Localize i18n_default_text={`Do not get lured to fake "Deriv" pages!`} />
<Localize i18n_default_text='Do not get lured to fake "Deriv" pages!' />
</Text>
</div>
<Text size='xxs' className='warning-scam-message__small-text-message'>
<Localize
i18n_default_text={`You may see links to websites with a fake Deriv login page where you’ll get scammed for your money.`}
/>
<Localize i18n_default_text='You may see links to websites with a fake Deriv login page where you’ll get scammed for your money.' />
</Text>
<div className='warning-scam-message--content__info--message'>
<Icon icon='IcAccountCross' className='warning-scam-message__icon--cross-content' />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const WarningScamMessageTitle = () => (
<Localize i18n_default_text='Beware of fake links.' />
</Text>
<Text>
<Localize i18n_default_text={`A link can contain the word "Deriv" and still be fake.`} />
<Localize i18n_default_text='A link can contain the word "Deriv" and still be fake.' />
</Text>
</div>
);
Expand Down

0 comments on commit 1e92030

Please sign in to comment.