Commit 5612f75b69f766879920bf0c97bbbcce65c03a99
1 parent
76405413
add create_item to translate
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/blog-article/index.php
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | <?php // echo $this->render('_search', ['model' => $searchModel]); ?> | 22 | <?php // echo $this->render('_search', ['model' => $searchModel]); ?> |
23 | 23 | ||
24 | <p> | 24 | <p> |
25 | - <?= Html::a(\Yii::t('blog', 'Create Blog Article'), [ 'create' ], [ 'class' => 'btn btn-success' ]) ?> | 25 | + <?= Html::a(\Yii::t('app', 'create_item',['item'=>'Blog Article']), [ 'create' ], [ 'class' => 'btn btn-success' ]) ?> |
26 | </p> | 26 | </p> |
27 | <?= GridView::widget( | 27 | <?= GridView::widget( |
28 | [ | 28 | [ |