fixes
This commit is contained in:
parent
ac9cee8d6d
commit
2c0e09d3c7
5 changed files with 22 additions and 18 deletions
|
|
@ -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!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue