From 6a92917f101f66e76ede99ef4db2f28cbf73598f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 14 Dec 2015 17:09:42 -0300 Subject: [PATCH 1/3] Hide connection error while trying to create a wallet --- public/views/disclaimer.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/public/views/disclaimer.html b/public/views/disclaimer.html index 639b73ad8..8b510ac99 100644 --- a/public/views/disclaimer.html +++ b/public/views/disclaimer.html @@ -30,21 +30,18 @@
-
- {{(error)|translate}}. Retrying... -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Creating Wallet...
- Creating Profile...
-
@@ -173,19 +173,11 @@ -
-
-
- - No transactions yet - - -

Could not fetch transaction history

- -
-
-
+
+ No transactions yet
From 92d2570e1300df7b190110c93bbf0b64dd488fc7 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 14 Dec 2015 17:13:21 -0300 Subject: [PATCH 3/3] Set default language even though no wallet focused --- src/js/controllers/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index 6fae1ade5..4a70af0d9 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -1363,6 +1363,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r self.noFocusedWallet = true; self.isComplete = null; self.walletName = null; + self.setUxLanguage(); profileService.isDisclaimerAccepted(function(v) { if (v) { go.path('import');