Skip to content

Commit

Permalink
translate pasword confirmation in RecoveryForm.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thyseus committed Apr 11, 2017
1 parent 6579460 commit 40df53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/RecoveryForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function attributeLabels()
return [
'email' => \Yii::t('user', 'Email'),
'password' => \Yii::t('user', 'Password'),
'password_confirmation' => Yii::t('user', 'Password confirmation'),
];
}

Expand Down

0 comments on commit 40df53d

Please sign in to comment.