<?php
/*
* Account linked after checkout
*/
return [
'title' => 'Bestelling gekoppeld',
'linked' => 'Uw bestelling is gekoppeld aan uw account.',
'message' => '<p>
Uw bestelling met bestelnummer <strong>:orderNumber</strong> is gekoppeld aan uw account.
</p>
<p>
Klik <a href=":route">hier</a> om naar uw account te gaan.
</p>',
];