improve expiration alert language
This commit is contained in:
parent
e2a42dde0b
commit
4367f43a03
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
$scope.approve = function(onSendStatusChange) {
|
||||
|
||||
if ($scope.paypro && $scope.paymentExpired.value) {
|
||||
popupService.showAlert(null, gettextCatalog.getString('The payment request has expired'));
|
||||
popupService.showAlert(null, gettextCatalog.getString('This bitcoin payment request has expired.'));
|
||||
$scope.sendStatus = '';
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue