Update template.pot

Update backup.html

Update export.html

Update paypro.html

Update copayers.js

Update bwsError.js

Update template.pot

Update import.html
This commit is contained in:
Kirvx 2015-09-16 16:11:26 +02:00
commit 16dd3311ed
7 changed files with 13 additions and 13 deletions

View file

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