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

Commit

Permalink
feat(SFOX): Add expectedDelivery to details
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Apr 23, 2018
1 parent ac44ead commit 81e9068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/partials/sfox/details.pug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ div(ng-controller="SfoxTradeDetailsController")
span.f-16.em-500.pl-30.no-padding-mobile(translate="{{namespace + type + state + '.HEADER'}}" class="{{classHelper(trade)}}")
.ph-30.pt-20.ph-10-mobile.pv-20-mobile
.f-13.mb-10
span(translate="{{namespace + type + state + '.BODY'}}" translate-values="{tradeId: tradeId}")
span(translate="{{namespace + type + state + '.BODY'}}" translate-values="{tradeId: tradeId, expectedDelivery: tradeDetails.expectedDelivery.val}")
div(ng-if="tradeAccount")
.flex-end.flex-row.mb-5.mt-5
span.mid-grey.f-12 1 BTC = {{ rate }}
Expand Down
2 changes: 1 addition & 1 deletion locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@
"DISPLAY": "Pending Buy",
"HEADER": "Buy Order in Progress",
"ACTION": "@:EXCHANGE.ACTIONS.VIEW_DETAILS",
"BODY": "Your buy trade has been initiated. You will receive your bitcoin in 3-7 business days. <b>Your order ID is: SFX-{{::tradeId}}</b>"
"BODY": "Your buy trade has been initiated. You will receive your bitcoin on {{::expectedDelivery}}. <b>Your order ID is: SFX-{{::tradeId}}</b>"
},
"rejected": {
"DISPLAY": "Rejected Buy",
Expand Down

0 comments on commit 81e9068

Please sign in to comment.