Fix mispelling

This commit is contained in:
Michele Mancioppi
2020-06-08 13:41:31 +02:00
committed by GitHub
parent 661111b932
commit c2b9581795

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