fix button order
This commit is contained in:
parent
ece5c47ff7
commit
6e93ce4ae1
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ angular.module('copayApp.services').service('popupService', function($log, $ioni
|
||||||
var okText = gettextCatalog.getString('OK');
|
var okText = gettextCatalog.getString('OK');
|
||||||
var cancelText = gettextCatalog.getString('Cancel');
|
var cancelText = gettextCatalog.getString('Cancel');
|
||||||
title = title ? title : '';
|
title = title ? title : '';
|
||||||
navigator.notification.prompt(message, onPrompt, title, [cancelText, okText], opts.defaultText);
|
navigator.notification.prompt(message, onPrompt, title, [okText, cancelText], opts.defaultText);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue