25 lines
1.4 KiB
PHP
25 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'subject' => 'Please confirm your email address',
|
|
'heading' => 'Confirm your address',
|
|
'preheader' => 'One click left — the link is good for :minutes minutes.',
|
|
'greeting' => 'Hello :name,',
|
|
'intro' => 'welcome to CluPilot. One click is left: confirm that this address is yours. Your access opens after that, and only then do invoices and operational notices go here.',
|
|
'action' => 'Confirm email address',
|
|
'expiry' => 'The link is good for :minutes and works once.',
|
|
'fallback' => 'If the button does not work, copy this address into your browser:',
|
|
// Said plainly: without confirmation nothing further happens. Somebody who
|
|
// typed a stranger's address must not force that stranger to act.
|
|
'not_you' => 'Did not sign up? Ignore this message. Without confirmation the account is not opened, and we will not write again.',
|
|
|
|
// The page somebody lands on when signed in but not yet confirmed.
|
|
'notice_title' => 'One step left',
|
|
'notice_body' => 'We sent a confirmation to :email. Open the link in it and you are through.',
|
|
'notice_hint' => 'Nothing arrived? Check the spam folder — or send it again.',
|
|
'notice_resend' => 'Send again',
|
|
'notice_sent' => 'Confirmation sent again.',
|
|
'notice_signout' => 'Sign out',
|
|
'notice_wrong_address' => 'Typed the wrong address? Sign out and register again.',
|
|
];
|