From f507f2a92710285679123c9429a37c9e330c7cac Mon Sep 17 00:00:00 2001 From: Dan Finlay <542863+danfinlay@users.noreply.github.com> Date: Mon, 25 Feb 2019 11:10:13 -0800 Subject: Feature Flag + Mobile Sync (#5955) --- app/_locales/en/messages.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'app/_locales') diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index ee6437116..2bfe0ef07 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -794,6 +794,12 @@ "minutesShorthand": { "message": "Min" }, + "mobileSyncTitle": { + "message": "Sync accounts with mobile" + }, + "mobileSyncText": { + "message": "Please enter your password to confirm it's you!" + }, "myAccounts": { "message": "My Accounts" }, @@ -1333,6 +1339,27 @@ "symbolBetweenZeroTwelve": { "message": "Symbol must be between 0 and 12 characters." }, + "syncWithMobile": { + "message": "Sync with mobile" + }, + "syncWithMobileTitle": { + "message": "Sync with mobile" + }, + "syncWithMobileDesc": { + "message": "You can sync your accounts and information with your mobile device. Open the MetaMask mobile app, go to \"Settings\" and tap on \"Sync from Browser Extension\"" + }, + "syncWithMobileDescNewUsers": { + "message": "If you just open the MetaMask Mobile app for the first time, just follow the steps in your phone." + }, + "syncWithMobileScanThisCode": { + "message": "Scan this code with your MetaMask mobile app" + }, + "syncWithMobileBeCareful": { + "message": "Make sure nobody else is looking at your screen when you scan this code" + }, + "syncWithMobileComplete": { + "message": "Your data has been synced succesfully. Enjoy the MetaMask mobile app!" + }, "takesTooLong": { "message": "Taking too long?" }, -- cgit v1.2.3