diff --git a/i18n/po/template.pot b/i18n/po/template.pot
index 4e21768ec..2d3da3a74 100644
--- a/i18n/po/template.pot
+++ b/i18n/po/template.pot
@@ -17,7 +17,7 @@ msgid "OR 1 wallet export file and the remaining quorum of wallet seeds (
msgstr ""
#: public/views/backup.html
-msgid "OR the wallet seed of all copayers in the wallet"
+msgid "OR the wallet seed of all copayers in the wallet"
msgstr ""
#: public/views/backup.html
@@ -100,7 +100,7 @@ msgid "Amount"
msgstr ""
#: src/js/services/bwsError.js
-msgid "Amount below dust threshold"
+msgid "Amount below dust threshold"
msgstr ""
#: public/views/walletHome.html
@@ -715,7 +715,7 @@ msgid "Join"
msgstr ""
#: src/js/controllers/copayers.js
-msgid "Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io"
+msgid "Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io"
msgstr ""
#: public/views/add.html
@@ -1382,7 +1382,7 @@ msgid "Unit"
msgstr ""
#: public/views/modals/paypro.html
-msgid "Unknown Root or Selfsigned Certificate"
+msgid "Unknown Root or Selfsigned Certificate"
msgstr ""
#: public/views/walletHome.html
@@ -1425,7 +1425,7 @@ msgid "WARNING: Passphrase cannot be recovered. Be sure to write it down.
msgstr ""
#: public/views/export.html
-msgid "WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so funds will not be accessible from the export."
+msgid "WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so funds will not be accessible from the export."
msgstr ""
#: public/views/backup.html
@@ -1449,7 +1449,7 @@ msgid "Waiting..."
msgstr ""
#: public/views/import.html
-msgid "Walled Seed"
+msgid "Wallet Seed"
msgstr ""
#: public/views/preferences.html
diff --git a/public/views/backup.html b/public/views/backup.html
index 940c5b806..256382a54 100644
--- a/public/views/backup.html
+++ b/public/views/backup.html
@@ -26,7 +26,7 @@
:
- Your wallet seed and access to the wallet service where your wallet is registered
- - OR the wallet seed of all copayers in the wallet
+ - OR the wallet seed of all copayers in the wallet
- OR 1 wallet export file and the remaining quorum of wallet seeds (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet seeds of any of the other copayers).
diff --git a/public/views/export.html b/public/views/export.html
index e6bb9c34b..ee97efc7d 100644
--- a/public/views/export.html
+++ b/public/views/export.html
@@ -49,7 +49,7 @@
- WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so funds will not be accessible from the export.
+ WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so funds will not be accessible from the export.
diff --git a/public/views/import.html b/public/views/import.html
index 77a40a858..46afd5f61 100644
--- a/public/views/import.html
+++ b/public/views/import.html
@@ -37,7 +37,7 @@
Walled Seed
+ ng-click="import.setType('12')" translate>Wallet Seed
Walled Seed
+ ng-click="import.setType('12')" translate>Wallet Seed
{{paypro.verifyData.caName || paypro.verifyData}}
- Unknown Root or Selfsigned Certificate
+ Unknown Root or Selfsigned Certificate
diff --git a/src/js/controllers/copayers.js b/src/js/controllers/copayers.js
index a06ee1845..ad8f6d472 100644
--- a/src/js/controllers/copayers.js
+++ b/src/js/controllers/copayers.js
@@ -99,7 +99,7 @@ angular.module('copayApp.controllers').controller('copayersController',
if (isMobile.Android() || isMobile.Windows()) {
window.ignoreMobilePause = true;
}
- var message = gettextCatalog.getString('Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io', {secret: secret});
+ var message = gettextCatalog.getString('Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io', {secret: secret});
window.plugins.socialsharing.share(message, gettextCatalog.getString('Invitation to share a Copay Wallet'), null, null);
}
};
diff --git a/src/js/services/bwsError.js b/src/js/services/bwsError.js
index a8727caab..6e59a8ffc 100644
--- a/src/js/services/bwsError.js
+++ b/src/js/services/bwsError.js
@@ -31,7 +31,7 @@ angular.module('copayApp.services')
body = gettextCatalog.getString('Copayer already voted on this spend proposal');
break;
case 'DUST_AMOUNT':
- body = gettextCatalog.getString('Amount below dust threshold');
+ body = gettextCatalog.getString('Amount below dust threshold');
break;
case 'INCORRECT_ADDRESS_NETWORK':
body = gettextCatalog.getString('Incorrect address network');