Hi
At the file /root/resources/views/auth/passwords/email.blade.php
Line number 10, 22
Replace the String with below string
Reset Password to @lang('app.reset_password')
E-Mail Address to @lang('app.email_address')
Add an array item to your language app
/root/resources/lang/en/app.php
'reset_password' => 'Reset Password',
also to your translated file
Hope it will help you
Best regards