Skip to content

Commit

Permalink
Fix minor typo bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeholic committed Jan 27, 2017
1 parent 5f2951a commit 70bbdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion models/search/I18nSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use yii\data\ActiveDataProvider;

/**
* I18nMessageSearch represents the model behind the search form about `backend\modules\i18n\models\I18nMessage`.
* I18nSearch represents the model behind the search form about `centigen\i18ncontent\models\I18nMessage`.
*
* @property string $translations
*/
Expand Down
4 changes: 2 additions & 2 deletions views/i18n/index.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

use backend\modules\i18n\models\search\I18nMessageSearch;
use centigen\i18ncontent\models\search\I18nSearch;
use yii\helpers\Html;
use yii\grid\GridView;

/**
* @var $this yii\web\View
* @var $searchModel I18nMessageSearch
* @var $searchModel I18nSearch
* @var $languages array
* @var $categories array
* @var $dataProvider yii\data\ActiveDataProvider
Expand Down

0 comments on commit 70bbdf9

Please sign in to comment.