diff --git a/js/controllers/send.js b/js/controllers/send.js index 7bfd9bfae..2ef07160a 100644 --- a/js/controllers/send.js +++ b/js/controllers/send.js @@ -12,7 +12,7 @@ angular.module('copayApp.controllers').controller('SendController', preconditions.checkState(w); preconditions.checkState(w.settings.unitToSatoshi); - $rootScope.title = w.isShared() ? 'Create Transaction Proposal' : 'Send'; + $rootScope.title = w.isShared() ? 'Send Proposal' : 'Send'; $scope.loading = false; $scope.error = $scope.success = null; diff --git a/views/history.html b/views/history.html index 8ad75677f..16e63cb49 100644 --- a/views/history.html +++ b/views/history.html @@ -2,7 +2,7 @@