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')}