File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/lang/en/emails/customer/verify.php
<?php
return [
'subject' => 'Welcome!',
'title' => 'Welcome to :topsName',
'content' => [
'intro' => 'Thank you for creating an account at :topsName.
Activate your account by clicking on the link below.',
'middle' => 'After you have activated your account, please visit <a href=":urlAccount">my account</a> at any time to view your order history.
Very practical when you are placing a subsequent order.',
'username' => 'Your username: :email',
'footer' => 'We hope to see you soon in our online shop.'
],
];