diff --git a/src/js/controllers/feedback/rateCard.js b/src/js/controllers/feedback/rateCard.js index 4c858b3ed..6def46bdd 100644 --- a/src/js/controllers/feedback/rateCard.js +++ b/src/js/controllers/feedback/rateCard.js @@ -25,7 +25,7 @@ angular.module('copayApp.controllers').controller('rateCardController', function $scope.score = score; switch ($scope.score) { case 1: - $scope.button_title = gettextCatalog.getString("I think this app is terrible"); + $scope.button_title = gettextCatalog.getString("I think this app is terrible."); break; case 2: $scope.button_title = gettextCatalog.getString("I don't like it"); @@ -37,7 +37,7 @@ angular.module('copayApp.controllers').controller('rateCardController', function $scope.button_title = gettextCatalog.getString("I like the app"); break; case 5: - $scope.button_title = gettextCatalog.getString("This app is fantastic"); + $scope.button_title = gettextCatalog.getString("This app is fantastic!"); break; } $timeout(function() { diff --git a/src/js/controllers/feedback/send.js b/src/js/controllers/feedback/send.js index fc8fa410c..0fb06753b 100644 --- a/src/js/controllers/feedback/send.js +++ b/src/js/controllers/feedback/send.js @@ -5,23 +5,23 @@ angular.module('copayApp.controllers').controller('sendController', function($sc switch ($scope.score) { case 1: $scope.reaction = gettextCatalog.getString("Ouch!"); - $scope.comment = gettextCatalog.getString("There's obviously something we're doing wrong."); + $scope.comment = gettextCatalog.getString("There's obviously something we're doing wrong.") + ' ' + gettextCatalog.getString("How could we improve your experience?"); break; case 2: $scope.reaction = gettextCatalog.getString("Oh no!"); - $scope.comment = gettextCatalog.getString("There's obviously something we're doing wrong."); + $scope.comment = gettextCatalog.getString("There's obviously something we're doing wrong.") + ' ' + gettextCatalog.getString("How could we improve your experience?"); break; case 3: - $scope.reaction = gettextCatalog.getString("Thanks!"); - $scope.comment = gettextCatalog.getString("We're always looking for ways to improve BitPay wallet."); + $scope.reaction = gettextCatalog.getString("Hmm..."); + $scope.comment = gettextCatalog.getString("We'd love to do better.") + ' ' + gettextCatalog.getString("How could we improve your experience?"); 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 – how could we improve your experience?"); break; case 5: - $scope.reaction = gettextCatalog.getString("Feedback!"); - $scope.comment = gettextCatalog.getString("We're always looking for ways to improve BitPay wallet."); + $scope.reaction = gettextCatalog.getString("Thank you!"); + $scope.comment = gettextCatalog.getString("We're always looking for ways to improve BitPay wallet.") + ' ' + gettextCatalog.getString("Is there anything we could do better?"); break; } diff --git a/src/sass/views/feedback/complete.scss b/src/sass/views/feedback/complete.scss index f5e0052b9..05cfde3fa 100644 --- a/src/sass/views/feedback/complete.scss +++ b/src/sass/views/feedback/complete.scss @@ -19,6 +19,7 @@ } .subtitle { padding: 10px 30px 20px 40px; + text-align: center; } .icon-svg > img { height: 16rem; diff --git a/src/sass/views/feedback/rateCard.scss b/src/sass/views/feedback/rateCard.scss index d141ca633..e2c96c447 100644 --- a/src/sass/views/feedback/rateCard.scss +++ b/src/sass/views/feedback/rateCard.scss @@ -9,6 +9,10 @@ margin: 0; } .feedback-flow-button { - padding: 20px; + margin-bottom: 20px; + } + .icon-svg > img { + height: 1.8rem; + margin-bottom: 5px; } } diff --git a/src/sass/views/feedback/send.scss b/src/sass/views/feedback/send.scss index 2a0f9a210..3179642d3 100644 --- a/src/sass/views/feedback/send.scss +++ b/src/sass/views/feedback/send.scss @@ -9,11 +9,15 @@ text-decoration: none; } .title { - padding: 20px; + padding-left: 10px; font-size: 20px; font-weight: bold; color: $dark-gray; } + .rating { + text-align: right; + padding-right: 15px; + } .comment { padding: 20px; font-size: 1rem; @@ -27,4 +31,8 @@ padding: 20px; width: 100%; } + .send-feedback-star { + height: 1rem; + margin-left: 5px; + } } diff --git a/www/img/ico-star.svg b/www/img/ico-star.svg index bab3db3e5..864f2b2ba 100644 --- a/www/img/ico-star.svg +++ b/www/img/ico-star.svg @@ -2,7 +2,7 @@ +
How do you like BitPay Wallet?
-
- +
+
-
- +
+
-
- +
+
-
- +
+
-
- +
+ diff --git a/www/views/feedback/send.html b/www/views/feedback/send.html index c0c323aa0..4064eede8 100644 --- a/www/views/feedback/send.html +++ b/www/views/feedback/send.html @@ -1,51 +1,33 @@ -
- {{reaction}} -
-
- - - - +
+
+ {{reaction}} +
-
- - - - -
-
- - - - -
-
- - - - -
-
- - - - +
+ + + + + + + + + +
{{comment}}
- -
-
- +
+ diff --git a/www/views/tab-home.html b/www/views/tab-home.html index 736b57d42..075da616d 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -13,9 +13,7 @@
An update to this app is available
-
- -
+