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
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');