diff --git a/models/Cashbook.php b/models/Cashbook.php index b5bee82..a60397a 100644 --- a/models/Cashbook.php +++ b/models/Cashbook.php @@ -135,7 +135,7 @@ public function attributeLabels() 'is_pending' => Yii::t('app', 'Pending'), 'attachment' => Yii::t('app', 'Attach'), 'inc_datetime' => Yii::t('app', 'Created'), - 'edit_datetime' => Yii::t('app', 'Changed '), + 'edit_datetime' => Yii::t('app', 'Changed'), ]; } diff --git a/views/cashbook/_search.php b/views/cashbook/_search.php index 852097f..c00650e 100644 --- a/views/cashbook/_search.php +++ b/views/cashbook/_search.php @@ -25,7 +25,7 @@ ]); ?>