Skip to content

Commit 40df53d

Browse files
committed
translate pasword confirmation in RecoveryForm.php
1 parent 6579460 commit 40df53d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/RecoveryForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function attributeLabels()
6565
return [
6666
'email' => \Yii::t('user', 'Email'),
6767
'password' => \Yii::t('user', 'Password'),
68+
'password_confirmation' => Yii::t('user', 'Password confirmation'),
6869
];
6970
}
7071

0 commit comments

Comments
 (0)