17 lines
1.1 KiB
PHP
17 lines
1.1 KiB
PHP
<?php
|
|
|
|
// The invitation to the operator console. It carries no password — the invited
|
|
// person sets their own at the link. See App\Mail\OperatorInvitationMail.
|
|
return [
|
|
'subject' => 'Your access to the CluPilot console',
|
|
'preheader' => 'Set your password — the link is valid for :hours hours.',
|
|
'heading' => 'Welcome to the console',
|
|
'greeting' => 'Hello :name,',
|
|
'intro' => ':inviter has set up console access for you at CluPilot. We have not issued you a password — you set your own with the button below, so that nobody but you knows it.',
|
|
'action' => 'Set a password',
|
|
'expiry' => 'The link is valid for :hours hours and can be used once.',
|
|
'fallback' => 'If the button does not work, copy this address into your browser:',
|
|
'network' => 'The console can only be reached from the management network. If the page does not answer at all, the link is not the problem — you are missing network access. Ask :inviter about it.',
|
|
'not_you' => 'Nothing to do with you? Then ignore this message — without the link nothing happens. We never ask for your password by email.',
|
|
];
|