Commit bf6045a853ea1b349062ffb123cca59a9f519dca

Authored by Yarik
1 parent e407c463

Rating styling fix.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/product.php
@@ -196,7 +196,7 @@ @@ -196,7 +196,7 @@
196 if($comment_count) { 196 if($comment_count) {
197 echo "Отзывов: " . $comment_count; 197 echo "Отзывов: " . $comment_count;
198 } else { 198 } else {
199 - echo "Оставть отзыв"; 199 + echo "Оставить отзыв";
200 } 200 }
201 ?> 201 ?>
202 </a></p> 202 </a></p>