From 50a46d87c002995214a4f45ecef7d6a15d09946a Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 5 Sep 2015 11:22:27 -0300 Subject: [PATCH] better texts --- public/views/create.html | 7 ++++--- public/views/import.html | 5 +++-- public/views/join.html | 5 +++-- src/js/services/bwsError.js | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/public/views/create.html b/public/views/create.html index 1a0985e75..470c169af 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -76,7 +76,7 @@
-
-
-
-
diff --git a/src/js/services/bwsError.js b/src/js/services/bwsError.js index 6060415a8..d77c98244 100644 --- a/src/js/services/bwsError.js +++ b/src/js/services/bwsError.js @@ -88,7 +88,7 @@ angular.module('copayApp.services') body = gettextCatalog.getString('Server response could not be verified'); break; case 'WALLET_DOES_NOT_EXIST': - body = gettextCatalog.getString('This wallet is not registed at the wallet service. Please create it from "Create Wallet" using adding for backup words'); + body = gettextCatalog.getString('Wallet not registed at the Wallet Service. Recreate it from "Create Wallet" using "Advanced Options" to set your seed'); break; case 'INVALID_BACKUP': body = gettextCatalog.getString('Wallet seed is invalid');