Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Nov 15, 2016
1 parent 1d9cb1f commit 1d87c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/dashboard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<?php if (Yii::getAlias('@bill', false) && (Yii::$app->user->can('deposit') || Yii::$app->user->can('manage'))) : ?>
<div class="col-lg-3 col-md-6 col-sm-12 col-xs-12">
<?php $box = SmallBox::begin([
'boxTitle' => Yii::t('hipanel/finance', 'Finance'),
'boxTitle' => Yii::t('hipanel:finance', 'Finance'),
'boxIcon' => 'fa-money',
'boxColor' => SmallBox::COLOR_RED,
]) ?>
Expand Down Expand Up @@ -252,7 +252,7 @@
<?php if (Yii::getAlias('@tariff', false) && Yii::$app->user->can('manage')) : ?>
<div class="col-lg-3 col-md-6 col-sm-12 col-xs-12">
<?php $box = SmallBox::begin([
'boxTitle' => Yii::t('hipanel/finance', 'Tariffs'),
'boxTitle' => Yii::t('hipanel:finance', 'Tariffs'),
'boxIcon' => 'fa-usd',
'boxColor' => SmallBox::COLOR_GREEN,
]) ?>
Expand Down

0 comments on commit 1d87c63

Please sign in to comment.