Merge pull request #34 from mmanciop/patch-3

This commit is contained in:
Cedric Ziel
2020-06-22 09:49:42 +02:00
committed by GitHub

View File

@@ -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) => {