Home › Forums › GetFund – A Professional Laravel Crowdfunding Platform › Subject âReset Passwordâ › Reply To: Subject âReset Passwordâ
You can do it easily from /root/resources/views/auth/passwords/reset.blade.php
/root/resources/views/auth/passwords/reset.blade.php
Find the Reset Password and replace with @lang('app.reset_password');
Reset Password
@lang('app.reset_password');
then add an array item called reset_password in your lang directory and translate it
reset_password
Best regards