mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-02 06:16:06 +00:00
Fix translation issue (#1378)
This commit is contained in:
parent
bcff51d453
commit
b2c2d12a14
@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import './PreFooter.scss';
|
||||
import translate from 'translations';
|
||||
import translate, { translateRaw } from 'translations';
|
||||
|
||||
interface Props {
|
||||
openModal(): void;
|
||||
@ -12,7 +12,7 @@ const PreFooter: React.SFC<Props> = ({ openModal }) => {
|
||||
<div className="container">
|
||||
<p>
|
||||
{translate('PREFOOTER_WARNING')}{' '}
|
||||
<a onClick={openModal}>{translate('PREFOOTER_SECURITY_WARNING')}</a>
|
||||
<a onClick={openModal}>{translateRaw('PREFOOTER_SECURITY_WARNING')}</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user