30 lines
1.5 KiB
PHP
30 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
// Account Type Changed
|
|
'account_type_changed_subject' => 'Your Account Type Has Been Changed',
|
|
'account_type_changed_title' => 'Your Account Type Has Been Changed',
|
|
'account_type_changed_greeting' => 'Hello :name,',
|
|
'account_type_changed_body' => 'We would like to inform you that your account type has been changed to :type.',
|
|
'account_type_changed_note' => 'All your previous consultations and timelines are still preserved and accessible.',
|
|
|
|
// Account Reactivated
|
|
'account_reactivated_subject' => 'Your Account Has Been Reactivated',
|
|
'account_reactivated_title' => 'Your Account Has Been Reactivated',
|
|
'account_reactivated_greeting' => 'Hello :name,',
|
|
'account_reactivated_body' => 'We are pleased to inform you that your account has been reactivated. You can now log in and access all your data.',
|
|
'account_reactivated_note' => 'If you did not expect this change, please contact support immediately.',
|
|
|
|
// Password Reset by Admin
|
|
'password_reset_by_admin_subject' => 'Your Password Has Been Reset',
|
|
'password_reset_by_admin_title' => 'Your Password Has Been Reset',
|
|
'password_reset_by_admin_greeting' => 'Hello :name,',
|
|
'password_reset_by_admin_body' => 'An administrator has reset your password. Please use the new password below to log in.',
|
|
'your_new_password' => 'Your New Password',
|
|
'password_reset_by_admin_note' => 'For security, we recommend changing this password after logging in.',
|
|
|
|
// Common
|
|
'login_now' => 'Login Now',
|
|
'regards' => 'Regards',
|
|
];
|