From cdd2c7b6f4a48eb516c17d47c84a433b79365d7a Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 27 Dec 2016 11:55:20 +0200 Subject: [PATCH] Ntr --- frontend/views/articles/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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