This commit is contained in:
Gabriel Bazán 2016-11-08 15:13:28 -03:00
commit 2c0e09d3c7
5 changed files with 22 additions and 18 deletions

View file

@ -18,7 +18,7 @@ angular.module('copayApp.controllers').controller('sendFeedbackController', func
break;
case 4:
$scope.reaction = gettextCatalog.getString("Thanks!");
$scope.comment = gettextCatalog.getString("That's exciting to hear. We'd love to earn that fifth star from you");
$scope.comment = gettextCatalog.getString("That's exciting to hear. We'd love to earn that fifth star from you.");
break;
case 5:
$scope.reaction = gettextCatalog.getString("Feedback!");