14 lines
688 B
PHP
14 lines
688 B
PHP
<?php
|
|
|
|
return [
|
|
'subject' => 'A new password for your CluPilot account',
|
|
'preheader' => 'The link is valid for :minutes minutes.',
|
|
'heading' => 'Set a new password',
|
|
'greeting' => 'Hello :name,',
|
|
'intro' => 'You asked for a new password for your CluPilot account. Use the button below to set one.',
|
|
'action' => 'Set a new password',
|
|
'expiry' => 'The link is valid for :minutes and can be used once.',
|
|
'fallback' => 'If the button does not work, copy this address into your browser:',
|
|
'not_you' => 'You did not ask for this? Then ignore this message — without the link nothing about your account changes. We never ask for your password by email.',
|
|
];
|