<?php
/*
* Account created after checkout
*/
return [
'title' => 'Account created',
'activate' => 'Activate account',
'message' => '<p>
We have sent an e-mail to <a href="mailto::email">:email</a>.<br/>
There you will find a link to activate your account.
</p>'
];