#1362

You can do it easily from /root/resources/views/auth/passwords/reset.blade.php

Find the Reset Password and replace with @lang('app.reset_password');

then add an array item called reset_password in your lang directory and translate it

Best regards