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
Hi
Same as before, replace that text with @lang('app.send_password_reset_link')
@lang('app.send_password_reset_link')
Add 'send_password_reset_link' => 'Send Password Reset Link', it to your language file as array item
'send_password_reset_link' => 'Send Password Reset Link',
Best regards