From 9c253d8a0972ed58b8584116d03e76fb1ab2f8fc Mon Sep 17 00:00:00 2001 From: dozer111 Date: Tue, 29 May 2018 13:04:40 +0200 Subject: [PATCH] Поправил переводы --- common/messages/ua/app.php | 2 +- frontend/views/blog/index.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php index 196c16c..e314911 100644 --- a/common/messages/ua/app.php +++ b/common/messages/ua/app.php @@ -34,7 +34,7 @@ return [ 'Empty dataProvider' => 'Нічого не знайдено', 'Search' =>'Пошук', 'Search by tag' => 'Пошук по тегам', - "Search by article" =>'Поиск по статтям', + "Search by article" => 'Пошук по статтям', 'Form sends success Header' => 'Форма успішно відправлена', 'name' => 'Ім\'я', diff --git a/frontend/views/blog/index.php b/frontend/views/blog/index.php index 5b5d276..4049cad 100755 --- a/frontend/views/blog/index.php +++ b/frontend/views/blog/index.php @@ -45,6 +45,7 @@ _________________________________________________________ --> 'id' => 'blog-listing-medium', ], 'layout' => '{items}{pager}', + 'emptyText' => \Yii::t('app', 'No results found'), ] ); ?> -- libgit2 0.21.4