From 739efdb0e27685810e61605b73598ce740009457 Mon Sep 17 00:00:00 2001 From: kostefun <43705266+kostefun@users.noreply.github.com> Date: Thu, 5 Sep 2019 10:25:17 +0700 Subject: [PATCH] Update entities.php fix --- resources/lang/ru/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru/entities.php b/resources/lang/ru/entities.php index 4af12fc05..99c5d6d9f 100644 --- a/resources/lang/ru/entities.php +++ b/resources/lang/ru/entities.php @@ -51,7 +51,7 @@ return [ 'search_content_type' => 'Тип содержимого', 'search_exact_matches' => 'Точные соответствия', 'search_tags' => 'Поиск по тегам', - 'search_options' => 'Параметры' + 'search_options' => 'Параметры', 'search_viewed_by_me' => 'Просмотрено мной', 'search_not_viewed_by_me' => 'Не просматривалось мной', 'search_permissions_set' => 'Набор разрешений',