diff --git a/assets/js/constants/whats-new.constant.js b/assets/js/constants/whats-new.constant.js index 6c21e8fb92..b86f64093a 100644 --- a/assets/js/constants/whats-new.constant.js +++ b/assets/js/constants/whats-new.constant.js @@ -1,6 +1,6 @@ angular.module('walletApp') .constant('whatsNew', [ - { title: 'BITCOIN_CASH.TITLE', 'desc': 'BITCOIN_CASH.WHATS_NEW', date: new Date('December 20 2017'), ref: 'wallet.common.bch.transactions' }, + { title: 'BITCOIN_CASH.TITLE', 'desc': 'BITCOIN_CASH.WHATS_NEW', date: new Date('December 12 2017'), ref: 'wallet.common.bch.transactions' }, { title: 'RECURRING_BUY', 'desc': 'RECURRING_BUY_WHATS_NEW', date: new Date('November 16 2017'), ref: 'wallet.common.buy-sell' }, { title: 'BTC_ETH_EXCHANGE', desc: 'BTC_ETH_EXCHANGE_WHATS_NEW', date: new Date('August 11 2017'), ref: 'wallet.common.shift' }, { title: 'ETHER_SEND_RECEIVE', desc: 'ETHER_SEND_RECEIVE_WHATS_NEW', date: new Date('July 24 2017'), ref: 'wallet.common.eth.transactions' },