diff --git a/po/template.pot b/po/template.pot index 1759ff1db..ac6a74c1f 100644 --- a/po/template.pot +++ b/po/template.pot @@ -334,10 +334,6 @@ msgstr "" msgid "ENTER" msgstr "" -#: public/views/importLegacy.html -msgid "Email" -msgstr "" - #: public/views/preferences.html msgid "Email Notifications" msgstr "" @@ -666,7 +662,6 @@ msgid "Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED" msgstr "" #: public/views/create.html -#: src/js/services/profileService.js msgid "Personal Wallet" msgstr "" @@ -950,10 +945,6 @@ msgstr "" msgid "Updating Wallet..." msgstr "" -#: public/views/importLegacy.html -msgid "Username" -msgstr "" - #: public/views/preferencesAbout.html msgid "Version" msgstr "" diff --git a/public/views/importLegacy.html b/public/views/importLegacy.html index b943b63a4..ceac39936 100644 --- a/public/views/importLegacy.html +++ b/public/views/importLegacy.html @@ -30,8 +30,8 @@ diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 7f214ce5e..6b8132e8e 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -165,7 +165,7 @@ angular.module('copayApp.services') } var walletClient = bwcService.getClient(); - walletClient.createWallet(gettext('Personal Wallet'), gettext('me'), 1, 1, { + walletClient.createWallet('Personal Wallet', 'me', 1, 1, { network: 'livenet' }, function(err) { if (err) return cb(gettext('Error creating wallet. Check your internet connection'));