-
+
diff --git a/common/sass/variables/colors.scss b/common/sass/variables/colors.scss
index 1e128e02..a6b86f99 100644
--- a/common/sass/variables/colors.scss
+++ b/common/sass/variables/colors.scss
@@ -1,4 +1,5 @@
$ether-navy: #163151;
+$other-blue: #1eb8e7;
$ether-blue: #0e97c0;
$gray-base: #000;
@@ -12,7 +13,7 @@ $gray-lightest: #fafafa;
$border-idle: #e5ecf3;
$border-disabled: #e6e6e6;
-$brand-primary: #007896;
+$brand-primary: #1097c0;
$brand-success: #5dba5a;
$brand-info: $ether-navy;
$brand-warning: #ff9800;
diff --git a/common/translations/lang/en.json b/common/translations/lang/en.json
index 8d545e7d..3de4a253 100644
--- a/common/translations/lang/en.json
+++ b/common/translations/lang/en.json
@@ -69,7 +69,7 @@
"SIDEBAR_DONATE": "Donate ",
"SIDEBAR_THANKS": "THANK YOU!!! ",
"SIDEBAR_DISPLAY_ADDR": "Display address on $wallet",
- "DECRYPT_ACCESS": "How would you like to access your wallet? ",
+ "DECRYPT_ACCESS": "Select a Method to Unlock Your Wallet",
"X_LEDGER": "Ledger ",
"ADD_LEDGER_SCAN": "Connect to Ledger Wallet ",
"ADD_METAMASK": "Connect to MetaMask ",
@@ -613,6 +613,10 @@
"PAYMENT_ID_TITLE": "Payment ID",
"PAYMENT_ID_PLACEHOLDER": "Enter a Payment ID",
"PRIVACY_RADIO": "Privacy",
- "PRIORITY_RADIO": "Priority"
+ "PRIORITY_RADIO": "Priority",
+ "UNLOCK_DEVICE":"Unlock Your $device",
+ "ERROR_DEVICE_NOT_SUPPORTED": "$device is not supported by your browser",
+ "CONNECT_TO_DEVICE": "Connect to $device",
+ "UNLOCK_DEVICE_NEXT_STEP": "After, open the $network App on your device."
}
}
diff --git a/tsconfig.json b/tsconfig.json
index 11fd0130..f6cfe9d3 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -27,9 +27,9 @@
"./common/",
"./electron-app/",
"./shared/",
- "spec",
- "./node_modules/types-rlp/index.d.ts",
- "./node_modules/mycrypto-shepherd/dist/lib/types/btoa.d.ts"
+ "spec"
+ // "./node_modules/types-rlp/index.d.ts",
+ // "./node_modules/mycrypto-shepherd/dist/lib/types/btoa.d.ts"
],
"awesomeTypescriptLoaderOptions": {
"transpileOnly": true