Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

JuanDBB's avatar

How can I translate the Verification email template?

Hello, Using the lang/json files I could translate all strings of the verify email template except the footer: @lang( "If you’re having trouble clicking the ":actionText" button, copy and paste the URL below\n". 'into your web browser: :actionURL', [ 'actionText' => $actionText, 'actionURL' => $actionUrl, ] ) Anybody knows how to translate it please? Thank you in advance

0 likes
3 replies
Snapey's avatar

ive not looked, can you php artisan publish it?

JuanDBB's avatar

@bobbybouwmann Thanks a lot. I couldn't find how should I write that sentence in the json file to work, but writing it as in the resource you linked it works! Thanks a lot!

Please or to participate in this conversation.