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

Commit

Permalink
fix(Recurring Buy): add missing copy strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Apr 23, 2018
1 parent 50ab22b commit a676aed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -2129,16 +2129,19 @@
"NEEDS_KYC_AND_TRADES": {
"HEADER": "Verify Your Identity and Complete 3 Orders",
"BODY": "To unlock the recurring buy feature, verify your identity and complete 3 credit card orders.",
"BODY_WITH_ENDTIME": "@:RECURRING_CONFIRM.NEEDS_KYC_AND_TRADES.BODY",
"BUTTON": "Proceed To Verify My Identity"
},
"NEEDS_KYC": {
"HEADER": "Verify Your Identity",
"BODY": "To set up a recurring order, you first need to verify your identity",
"BODY_WITH_ENDTIME": "@:RECURRING_CONFIRM.NEEDS_KYC.BODY",
"BUTTON": "Proceed To Verify My Identity"
},
"NEEDS_TRADES": {
"HEADER": "Complete 3 Orders",
"BODY": "To set up Recurring Orders you first need to complete 3 credit card orders with the same card.",
"BODY_WITH_ENDTIME": "@:RECURRING_CONFIRM.NEEDS_TRADES.BODY",
"BUTTON": "Close"
},
"PROCEED": {
Expand Down

0 comments on commit a676aed

Please sign in to comment.