diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 86bc1397b50e..112a0f98950e 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -505,6 +505,9 @@ "customRPC": { "message": "Custom RPC" }, + "dataBackupFoundInfo": { + "message": "Some of your account data was backed up during a previous installation of MetaMask. This could include your settings, contacts and tokens. Would you like to restore this data now?" + }, "decimalsMustZerotoTen": { "message": "Decimals must be at least 0, and not over 36." }, @@ -1148,6 +1151,9 @@ "noTransactions": { "message": "You have no transactions" }, + "noThanks": { + "message": "No Thanks" + }, "notEnoughGas": { "message": "Not Enough Gas" }, @@ -1337,6 +1343,10 @@ "restoreAccountWithSeed": { "message": "Restore your Account with Seed Phrase" }, + "restoreWalletPreferences": { + "message": "A backup of your data from $1 has been found. Would you like to restore your wallet preferences?", + "description": "$1 is the date at which the data was backed up" + }, "requestsAwaitingAcknowledgement": { "message": "requests waiting to be acknowledged" }, @@ -1642,6 +1652,15 @@ "symbolBetweenZeroTwelve": { "message": "Symbol must be between 0 and 12 characters." }, + "syncWithThreeBox": { + "message": "Sync data with 3Box" + }, + "syncWithThreeBoxDescription": { + "message": "Turn on to have your settings backed up with 3Box" + }, + "syncWithThreeBoxDisabled": { + "message": "3Box has been disabled due to an error during the initial sync" + }, "syncWithMobile": { "message": "Sync with mobile" }, diff --git a/app/home.html b/app/home.html index 649727bbdce0..4c54d7e7a949 100644 --- a/app/home.html +++ b/app/home.html @@ -9,7 +9,7 @@
- +