better texts

This commit is contained in:
Matias Alejo Garcia 2015-09-05 11:22:27 -03:00
commit 50a46d87c0
4 changed files with 11 additions and 8 deletions

View file

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