<?php
/*
* Account linked after checkout
*/
return [
'title' => 'Order linked',
'linked' => 'Your order has been linked to your account.',
'message' => '<p>
Your order with order number <strong>:orderNumber</strong> has been linked to your account.
</p>
<p>
Click <a href=":route">here</a> to go to your account.
</p>',
];