Translated toast cordova plugin
This commit is contained in:
parent
f69e980d71
commit
e5e1e34fde
2 changed files with 4 additions and 4 deletions
|
|
@ -431,7 +431,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
this.copyAddress = function(addr) {
|
||||
if (isCordova) {
|
||||
window.cordova.plugins.clipboard.copy(addr);
|
||||
window.plugins.toast.showShortCenter('Copied to clipboard');
|
||||
window.plugins.toast.showShortCenter(gettextCatalog.getString('Copied to clipboard'));
|
||||
} else if (nodeWebkit.isDefined()) {
|
||||
nodeWebkit.writeToClipboard(addr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue