Commit cdd2c7b6f4a48eb516c17d47c84a433b79365d7a
1 parent
1b88327a
Ntr
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/articles/show.php
@@ -31,7 +31,7 @@ $this->params[ 'breadcrumbs' ][] = $news->title; | @@ -31,7 +31,7 @@ $this->params[ 'breadcrumbs' ][] = $news->title; | ||
31 | if($comment_count) { | 31 | if($comment_count) { |
32 | echo "Отзывов: " . $comment_count; | 32 | echo "Отзывов: " . $comment_count; |
33 | } else { | 33 | } else { |
34 | - echo "Оставть отзыв"; | 34 | + echo "Оставить отзыв"; |
35 | } | 35 | } |
36 | ?> | 36 | ?> |
37 | </a></p> | 37 | </a></p> |