diff --git a/version b/version index f5a0d9d92b..fa5512aeca 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.7 \ No newline at end of file +1.5.8 \ No newline at end of file diff --git a/web/package.json b/web/package.json index 4d63677711..3b1a3b45b4 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "hollaex-kit", - "version": "1.5.7", + "version": "1.5.8", "private": true, "dependencies": { "@material/button": "0.7.0", diff --git a/web/src/config/lang/en.js b/web/src/config/lang/en.js index 370475183e..b4289d104f 100644 --- a/web/src/config/lang/en.js +++ b/web/src/config/lang/en.js @@ -1269,10 +1269,9 @@ export default { 'We will review your request and send further instructions to your email on how to access the HollaEx exchange.', // new WARNING_TXT1: 'In the mean time you can familiarize yourself with the HollaEx network with the resources below', // new - XHT_ORDER_TXT_1: 'To start trading the HollaEx token (XHT) you must login', // new - XHT_ORDER_TXT_2: - 'The HollaEx token is distributed through a Wave Auction where at random times daily there will be random amount of HollaEx token sold to the highest bidders on the orderbook.', // new - XHT_ORDER_TXT_3: '{0} to join the Wave Auction or {1}', // new + XHT_ORDER_TXT_1: 'To start trading you must login', // new + XHT_ORDER_TXT_2: '', // new + XHT_ORDER_TXT_3: '{0} or {1}', // new XHT_TITLE: 'XHT', //new XHT_TRADE_TXT_1: 'Login to see your recent trades', //new XHT_TRADE_TXT_2: 'You can {0} to see your recent trade history', //new diff --git a/web/src/containers/Trade/components/LogoutInfoOrder.js b/web/src/containers/Trade/components/LogoutInfoOrder.js index 558416029c..360064cba4 100644 --- a/web/src/containers/Trade/components/LogoutInfoOrder.js +++ b/web/src/containers/Trade/components/LogoutInfoOrder.js @@ -1,9 +1,7 @@ import React from 'react'; -import ReactSVG from 'react-svg'; import { Link } from 'react-router'; import classnames from 'classnames'; -import { ICONS } from '../../../config/constants'; import STRINGS from '../../../config/localizedStrings'; const LogoutInfoOrder = ({ activeTheme }) => { @@ -12,9 +10,7 @@ const LogoutInfoOrder = ({ activeTheme }) => { return (