Skip to content

Commit

Permalink
Translations update
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 16, 2016
1 parent 58f1b6a commit 7d81b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/grid/ServerGridView.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static function defaultColumns()
'actions' => [
'class' => ActionColumn::className(),
'template' => '{view}',
'header' => Yii::t('app', 'Actions'),
'header' => Yii::t('hipanel', 'Actions'),
],
'expires' => [
'filter' => false,
Expand All @@ -152,6 +152,7 @@ public static function defaultColumns()
'ips' => [
'format' => 'raw',
'attribute' => 'ips',
'label' => Yii::t('hipanel/server', 'IP addresses'),
'value' => function ($model) {
return ArraySpoiler::widget([
'data' => ArrayHelper::getColumn($model->ips, 'ip'),
Expand Down

0 comments on commit 7d81b71

Please sign in to comment.