Skip to content

Commit

Permalink
Фикс перевода.
Browse files Browse the repository at this point in the history
  • Loading branch information
maddoger committed Oct 26, 2015
1 parent de99dd4 commit a5f7fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public function attributeLabels()
'auth_key' => Yii::t('maddoger/user', 'Auth key'),
'oauth_client' => Yii::t('maddoger/user', 'OAuth client'),
'oauth_client_user_id' => Yii::t('maddoger/user', 'OAuth user id'),
'password' => Yii::t('maddoger/user', 'Password'),
'password_hash' => Yii::t('maddoger/user', 'Password hash'),
'password_reset_token' => Yii::t('maddoger/user', 'Password reset token'),
'email' => Yii::t('maddoger/user', 'Email'),
Expand Down

0 comments on commit a5f7fc0

Please sign in to comment.