diff --git a/public/views/buyGlidera.html b/public/views/buyGlidera.html index 910a093b2..05cbc0686 100644 --- a/public/views/buyGlidera.html +++ b/public/views/buyGlidera.html @@ -57,7 +57,7 @@

${{buy.buyPrice.price}} {{buy.buyPrice.currency}} will be immediately withdrawn from your - bank account. The total of {{buy.buyPrice.qty}} BTC will be purchased and deposited in your bitcoin wallet ({{index.walletName}}) in 2-4 business days. + bank account. The total of {{buy.buyPrice.qty}} BTC will be purchased and deposited to your bitcoin wallet ({{index.walletName}}) in 2-4 business days.

A SMS containing a confirmation code was sent to your phone. Please, enter code below @@ -77,14 +77,14 @@

-

Purchase complete

+

Purchase initiated

- A transfer has been initiated from your bank account. Your bitcoin should arrive in your wallet in 4-6 business days. + A transfer has been initiated from your bank account. Your bitcoins should arrive to your wallet in 4-6 business days.

diff --git a/public/views/glidera.html b/public/views/glidera.html index 806ae8678..b9cfd4ebd 100644 --- a/public/views/glidera.html +++ b/public/views/glidera.html @@ -88,18 +88,16 @@
{{index.glideraPersonalInfo.firstName}} {{index.glideraPersonalInfo.lastName}} - ({{index.glideraStatus.personalInfoState}})
-
- You need to setup a phone number -
-
- You need to setup a bank account -
-
- Bank account state: {{index.glideraStatus.bankAccountState}} +
+ Your Glidera account is not ready to transact. Please, verify it at + Glidera.io
diff --git a/public/views/sellGlidera.html b/public/views/sellGlidera.html index a0f0e17c9..752ca5689 100644 --- a/public/views/sellGlidera.html +++ b/public/views/sellGlidera.html @@ -77,13 +77,13 @@
-

Sale complete

+

Sale initiated

A transfer has been initiated to your bank account and should arrive in 4-6 business days.

+ ng-click="$root.go('glidera')">OK
diff --git a/src/js/controllers/sellGlidera.js b/src/js/controllers/sellGlidera.js index 278ae4933..77b5e5a0b 100644 --- a/src/js/controllers/sellGlidera.js +++ b/src/js/controllers/sellGlidera.js @@ -72,7 +72,7 @@ angular.module('copayApp.controllers').controller('sellGlideraController', fc.sendTxProposal({ toAddress: sellAddress, amount: amount, - message: 'Glidera', + message: 'Glidera transaction', customData: {'glideraToken': token}, payProUrl: null, feePerKb: feePerKb,