There is code in english.php:
'recovery_success_title' => 'Authorization successfull',
There is error in word: successful
It must be typed with one "l" at the end.
Correct code:
'recovery_success_title' => 'Authorization successful',
fixed in devel and stable