Top bar message

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-10 14:05:46 +09:00
commit ee84235d3a

View file

@ -34,6 +34,9 @@ angular.module('copayApp.controllers').controller('walletSelectorController', fu
}
break;
default:
if (!stateParams.thirdParty) {
$scope.sendFlowTitle = gettextCatalog.getString('Send');
}
// nop
}