From 0e2e4750fe7864147067957ce9a24ec921f6fcc6 Mon Sep 17 00:00:00 2001 From: SilverFire - Dmitry Naumenko Date: Wed, 16 Mar 2016 14:08:28 +0200 Subject: [PATCH] Added missing translation --- src/views/ticket/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ticket/index.php b/src/views/ticket/index.php index 4377549..f1a607f 100644 --- a/src/views/ticket/index.php +++ b/src/views/ticket/index.php @@ -5,7 +5,7 @@ $this->title = Yii::t('app', 'Tickets'); $this->params['breadcrumbs'][] = $this->title; -$this->params['subtitle'] = array_filter(Yii::$app->request->get($model->formName(), [])) ? 'filtered list' : 'full list'; +$this->subtitle = array_filter(Yii::$app->request->get($model->formName(), [])) ? Yii::t('hipanel', 'filtered list') : Yii::t('hipanel', 'full list'); $this->registerCss(<<