diff --git a/frontend/views/articles/show.php b/frontend/views/articles/show.php index 050f911..7642c27 100755 --- a/frontend/views/articles/show.php +++ b/frontend/views/articles/show.php @@ -31,7 +31,7 @@ $this->params[ 'breadcrumbs' ][] = $news->title; if($comment_count) { echo "Отзывов: " . $comment_count; } else { - echo "Оставть отзыв"; + echo "Оставить отзыв"; } ?>

-- libgit2 0.21.4