Skip to content

Commit

Permalink
Added missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 16, 2016
1 parent 31e1509 commit 0e2e475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ticket/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(<<<CSS
.list-inline {
Expand Down

0 comments on commit 0e2e475

Please sign in to comment.