Skip to content

Commit

Permalink
* change language
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeroot committed Sep 16, 2015
1 parent 6a68335 commit 32df923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/server/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
use yii\widgets\DetailView;

$this->title = $model->name;
$this->subtitle = Yii::t('app', 'server detailed information') . ' #' . $model->id;
$this->subtitle = Yii::t('app', 'Server detailed information') . ' #' . $model->id;
$this->breadcrumbs->setItems([
['label' => 'Servers', 'url' => ['index']],
['label' => Yii::t('app', 'Servers'), 'url' => ['index']],
$this->title,
]);
?>
Expand Down Expand Up @@ -158,4 +158,4 @@
</div>

<?php
$this->registerCss("th { white-space: nowrap; }");
$this->registerCss("th { white-space: nowrap; }");

0 comments on commit 32df923

Please sign in to comment.