Skip to content

Commit

Permalink
Merge pull request instana#34 from mmanciop/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored Jun 22, 2020
2 parents a2e783d + c2b9581 commit cf0ada6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
url: url,
method: 'PUT'
}).then((res) => {
$scope.data.message = 'Thankyou for your feedback';
$scope.data.message = 'Thank you for your feedback';
$timeout(clearMessage, 3000);
loadRating($scope.data.product.sku);
}).catch((e) => {
Expand Down

0 comments on commit cf0ada6

Please sign in to comment.