Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suisin/Update to single quote #6618

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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