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

Viewing 4 replies - 1 through 4 (of 4 total)
  • #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

    #1282

    Daffson
    Participant

    Hi,
    please also see line 38 for fix. Thank you

    #1283

    Hi

    Same as before, replace that text with @lang('app.send_password_reset_link')

    Add 'send_password_reset_link' => 'Send Password Reset Link', it to your language file as array item

    Best regards

    #1287

    Daffson
    Participant

    Hi, perhaps the last thing to reset password.
    I was able to translate the contents of the email. But I can not find subject “Reset Password”. Where can I translate? Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

Purchase for access

Buy a copy of GetFund – A Professional Laravel Crowdfunding Platform for access to our member center.

Buy