diff --git a/public/views/backup.html b/public/views/backup.html index 299e9cc14..1606bff0f 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -1,205 +1,83 @@ - + - Backup Flow -     - -
- - {{error|translate}} - -
- - - -
-
-
-
Write your wallet recovery phrase
-
- - To restore this {{wallet.m}}-{{wallet.n}} shared wallet you will need - : -
- Your wallet recovery phrase and access to the server that coordinated the initial wallet creation. You still need {{wallet.m}} keys to spend. - OR the wallet recovery phrase of all copayers in the wallet - OR 1 wallet export file and the remaining quorum of wallet recovery phrases (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet recovery phrases of any of the other copayers). -
- -
-
- - To restore this {{wallet.m}}-{{wallet.n}} shared wallet you will need - : -
- Your wallet recovery phrase and access to the server that coordinated the initial wallet creation. You still need {{wallet.m}} keys to spend. - OR the wallet recovery phrases of all copayers in the wallet -
- -
-
- -
-
- Wallet recovery phrase not available. You can still export it from Advanced > Export. -
-
- -
-

- - You need the wallet recovery phrase to restore this personal wallet. Write it down and keep them somewhere safe. - -

-
-
-
- {{word}}  -
-
-
-
- -
-
- - - This recovery phrase was created with a password. To recover this wallet both the recovery phrase and password are needed. - -
-
- -
- -
+ + +
+
Backup Phrase
+
+ {{word}} 
+ + Please carefully write down this phrase + + +
+ + + This recovery phrase was created with a password. To recover this wallet both the recovery phrase and password are needed. + +
+ + +
-
-
-
Confirm your wallet recovery phrase
-

- Please tap the words in order to confirm your backup phrase is correctly written. -

-
- - - -
-
- - - -
-
- -
- + +

+ Please tap the words in order to confirm your backup phrase is correctly written. +

+ + -
-
+ + + +
-
-
Enter your password
- -
- -
-
+
+
Enter your password
+ + +
- - -
-
-
- -
-
Congratulations!
-

- You backed up your wallet. You can now restore this wallet at any time. -

- -
- - -
-
-
- You can safely install your wallet on another device and use it from multiple devices at the same time. - - Learn more about Copay backups - -
-
-
-
-
-
-
- -
-
Backup failed
-

- Failed to verify backup. Please check your information -

-
-
- You can safely install your wallet on another device and use it from multiple devices at the same time. - - Learn more about Copay backups - -
-
- -
- -
-
-
diff --git a/public/views/create.html b/public/views/create.html index b59bd3859..9a8c54957 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -1,4 +1,4 @@ - + diff --git a/public/views/disclaimer.html b/public/views/disclaimer.html deleted file mode 100644 index c86d3aa85..000000000 --- a/public/views/disclaimer.html +++ /dev/null @@ -1,21 +0,0 @@ - - -

WELCOME TO COPAY

-

A multisignature bitcoin wallet

- -

Terms of Use

-

- - - -

I affirm that I have read, understood, and agree with these terms.

- - - -
-
- diff --git a/public/views/export.html b/public/views/export.html index eba245e82..fcb9e75f7 100644 --- a/public/views/export.html +++ b/public/views/export.html @@ -1,4 +1,4 @@ - + diff --git a/public/views/import.html b/public/views/import.html index 2b99964ff..e539912ee 100644 --- a/public/views/import.html +++ b/public/views/import.html @@ -1,4 +1,4 @@ - + diff --git a/public/views/includes/backupLaterPopup.html b/public/views/includes/backupLaterPopup.html new file mode 100644 index 000000000..91d28fd13 --- /dev/null +++ b/public/views/includes/backupLaterPopup.html @@ -0,0 +1,10 @@ +
+

Without a backup, you could lose money

+ If something happens to this device, this app is deleted, or your password forgotten, neither you nor Bitpay can revoer your funds. + + +
diff --git a/public/views/includes/backupWarningPopup.html b/public/views/includes/backupWarningPopup.html new file mode 100644 index 000000000..a8e3cd9c1 --- /dev/null +++ b/public/views/includes/backupWarningPopup.html @@ -0,0 +1,7 @@ +
+

Screenshots are not secure

+ if you take a screenshot, your backup may be viewed by others apps. You can make a safe backup with paper and a pen. + +
diff --git a/public/views/includes/confirmBackupPopup.html b/public/views/includes/confirmBackupPopup.html new file mode 100644 index 000000000..5dc2d2eeb --- /dev/null +++ b/public/views/includes/confirmBackupPopup.html @@ -0,0 +1,19 @@ +
+
Your bitcoin wallet is backed up!
+

Be sure to store your recovery phrase in a secure place. If this app is deelted, you money coont be recovered with out it.

+ +
+
+
uh oh...
+

It's importante that you write your backup phrase down correctly. If something happens to your wallet, you'll need this backup to recover your money + Please review your backup and try again

+ +
diff --git a/public/views/onboarding/backupRequest.html b/public/views/onboarding/backupRequest.html new file mode 100644 index 000000000..d03cf26be --- /dev/null +++ b/public/views/onboarding/backupRequest.html @@ -0,0 +1,10 @@ + + +

+ No backup, no bitcoin. +

+ Since only you control yout money, you'll need save your backup phrase in case this app is deleted + + +
+
diff --git a/public/views/onboarding/backupWarning.html b/public/views/onboarding/backupWarning.html new file mode 100644 index 000000000..aeef8f7d0 --- /dev/null +++ b/public/views/onboarding/backupWarning.html @@ -0,0 +1,15 @@ + + + + + + + + Are you being watched? + Now is a perfect time to assess your surroundings. Nearby windows? Hidden cameras? Shoulder-spies? + Anyone with your backup phrase can access or spend your bitcoin. + + + diff --git a/public/views/onboarding/collectEmail.html b/public/views/onboarding/collectEmail.html new file mode 100644 index 000000000..b03f80f7f --- /dev/null +++ b/public/views/onboarding/collectEmail.html @@ -0,0 +1,17 @@ + + + + + + + + Wallet Created + Where would you like to receive email notifications about payments +
+ + +
+
+
diff --git a/public/views/onboarding/disclaimer.html b/public/views/onboarding/disclaimer.html new file mode 100644 index 000000000..9b87cdc62 --- /dev/null +++ b/public/views/onboarding/disclaimer.html @@ -0,0 +1,20 @@ + + +

Almost done! Let's review

+ Bitcoin is different - it cannot be safely held with a bank or web service + + I undestand my funds are held securely on this device, not by company. + I understand if this wallet is lost or deleted, my bitcoin can onlt be recovered with the backup phrase + I have read, understood, and agree with the Terms of use. + + + +
+
diff --git a/public/views/onboarding/notifications.html b/public/views/onboarding/notifications.html new file mode 100644 index 000000000..cb97ea4cd --- /dev/null +++ b/public/views/onboarding/notifications.html @@ -0,0 +1,16 @@ + + +
+

+ Push Notifications +

+ + + Would you like to receive push notifications about payments? + + + + +
+
+
diff --git a/public/views/onboarding/terms.html b/public/views/onboarding/terms.html new file mode 100644 index 000000000..a69ffa564 --- /dev/null +++ b/public/views/onboarding/terms.html @@ -0,0 +1,26 @@ + + + Terms of Use + + + + + +

+ + + I have read, understood, and agree with the Terms of Use + + + +
+
diff --git a/public/views/onboarding/tour.html b/public/views/onboarding/tour.html new file mode 100644 index 000000000..be57326b9 --- /dev/null +++ b/public/views/onboarding/tour.html @@ -0,0 +1,65 @@ + + + Get Started + + + + + + + + + + +
+

Bitcoin is digital money

+

+ You can spend bitcoin at millions of websites and stores worldwide +

+

+ Just scan the code to pay +

+ +
+
+
+ + +
+

Bitcoin is currency

+

+ You can trade it for other currencies like US Dollars, Euros, or Pounds +

+

+ The exchange rate changes with the market +

+ +
+
+
+ + +
+

You control your bitcoin

+

+ The BitPay wallet stores your bitcoin with cutting-edge security +

+

+ Not even BitPay can access it +

+ +
+
+
+
+
diff --git a/public/views/onboarding/welcome.html b/public/views/onboarding/welcome.html new file mode 100644 index 000000000..dbcde98e3 --- /dev/null +++ b/public/views/onboarding/welcome.html @@ -0,0 +1,13 @@ + + +
+

bitpay

+ + + Take control of your money - get started with bitcoin + + + +
+
+
diff --git a/public/views/preferences.html b/public/views/preferences.html index 00c0a7aa7..0a3f1260a 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -7,7 +7,7 @@ - +
Preferences diff --git a/public/views/preferencesAbout.html b/public/views/preferencesAbout.html index 6b13239cd..61da7a984 100644 --- a/public/views/preferencesAbout.html +++ b/public/views/preferencesAbout.html @@ -7,7 +7,7 @@ - +
Release information
@@ -27,7 +27,7 @@
-
+
Terms of Use
diff --git a/public/views/preferencesAdvanced.html b/public/views/preferencesAdvanced.html index 866846037..a0905df99 100644 --- a/public/views/preferencesAdvanced.html +++ b/public/views/preferencesAdvanced.html @@ -1,4 +1,4 @@ - + Advanced Preferences diff --git a/public/views/preferencesAlias.html b/public/views/preferencesAlias.html index 9868954e2..9bbf54198 100644 --- a/public/views/preferencesAlias.html +++ b/public/views/preferencesAlias.html @@ -7,7 +7,7 @@ - +