From dfb2ce3650f1685d95a53a5c4794a7e76ec3aab5 Mon Sep 17 00:00:00 2001 From: fomichev Date: Fri, 28 Mar 2025 14:27:10 +0300 Subject: [PATCH] =?utf8?q?=D0=9C=D0=B5=D0=BD=D1=8F=D0=B5=D0=BC=20=D0=BD?= =?utf8?q?=D0=B0=20=D0=9E=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=B8=D1=82?= =?utf8?q?=D1=8C=20=D0=B2=D1=81=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/bouquet/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/bouquet/index.php b/erp24/views/bouquet/index.php index 675475e1..a412f333 100644 --- a/erp24/views/bouquet/index.php +++ b/erp24/views/bouquet/index.php @@ -47,7 +47,7 @@ $this->title = 'Содержание матрицы'; request->get('matrix_type_id'), ArrayHelper::map(MatrixType::find()->all(), 'id', 'name'), [ 'class' => 'form-control', - 'prompt' => 'Тип матрицы' + 'prompt' => 'Отобразить все' ]) ?>
-- 2.39.5