From b2c2d12a143b98cb0753bf76caf6d8209ea4f09f Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Fri, 23 Mar 2018 11:58:33 -0500 Subject: [PATCH] Fix translation issue (#1378) --- common/components/Footer/PreFooter.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/components/Footer/PreFooter.tsx b/common/components/Footer/PreFooter.tsx index b4baff9c..f9ece086 100644 --- a/common/components/Footer/PreFooter.tsx +++ b/common/components/Footer/PreFooter.tsx @@ -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 = ({ openModal }) => {

{translate('PREFOOTER_WARNING')}{' '} - {translate('PREFOOTER_SECURITY_WARNING')} + {translateRaw('PREFOOTER_SECURITY_WARNING')}