Skip to content

Commit

Permalink
x fix localization
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeroot committed Sep 15, 2015
1 parent 4d88997 commit 89aeac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public function attributeLabels () {
return $this->mergeAttributeLabels([
'hdomain' => Yii::t('app', 'Domain Name'),
'domain' => Yii::t('app', 'Domain Name'),
'forwards' => Yii::t('app', 'Forward'),
'forwards' => Yii::t('app', 'Forwarding'),
'spam_action' => Yii::t('app', 'Spam action'),
'du_limit' => Yii::t('app', 'Disck usage limit'),
'du_limit' => Yii::t('app', 'Disk usage limit'),
]);
}
}

0 comments on commit 89aeac4

Please sign in to comment.