Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(Whats New): bch whats new dec 12
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Dec 12, 2017
1 parent 7ac5c23 commit 79bc205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/constants/whats-new.constant.js
Original file line number Diff line number Diff line change
@@ -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' },
Expand Down

0 comments on commit 79bc205

Please sign in to comment.