File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/checkout/login.php
<?php
return [
'back_to_cart' => 'Return to shopping cart',
'panel_title' => 'Make your choice',
'choose_new' => [
'title' => 'Place order without creating an account',
'description' => '<p>After completing your order, you can create an account with one simple click of a button.
That will help you save time during your subsequent orders.</p>
<p>Off course, registering is not mandatory, but it might be handy.</p>',
'button' => 'Continue'
],
'choose_login' => [
'title' => 'Log in using your account',
'description' => '<p>Already have an account? Log in and order quickly and safely.</p>',
]
];