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 a04efa8 commit 58f1b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/server/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @var View $this
*/
$this->title = Yii::t('hipanel/server', 'Servers');
$this->subtitle = Yii::t('app', 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->breadcrumbs->setItems([
$this->title
]);
Expand Down

0 comments on commit 58f1b6a

Please sign in to comment.