File: D:/HostingSpaces/SBogers95/rentman.io/resources/lang/en/notifications.php
<?php
return [
'customer_registered' => [
'subject' => 'Customer registration - :first_name :last_name',
'mail_greeting' => 'Hello',
'mail_intro' => 'The following customer has registered:',
'mail_action' => 'To the control panel',
'customer_data' => 'it concerns customer :first_name :last_name',
'name' => 'Name',
'email' => 'Email address',
'telephone' => 'Phone',
'mobile' => 'Mobile',
],
'customer_set_password' => [
'subject' => 'Set password',
'mail_greeting' => 'Hello :first_name',
'mail_intro' => 'Thank you for your registration. Before you can use the system, you must first set a password. Click on the button below to do this.',
'mail_action' => 'Set password',
'mail_action_text' => 'Does the button not work? Copy and paste this link into your browser:',
'set' => 'Set password',
],
'footer' => 'Komma - © 2019',
];