commit
873d1e6385
|
@ -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>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "MyCrypto",
|
||||
"author": "MyCryptoHQ",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"main": "main.js",
|
||||
"description": "MyCrypto web and electron app",
|
||||
"repository": "https://github.com/MyCryptoHQ/MyCrypto",
|
||||
|
|
Loading…
Reference in New Issue