Home Forums GetFund – A Professional Laravel Crowdfunding Platform Unable to translate the entire password reset screen Reply To: Unable to translate the entire password reset screen

#1279

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