Skip to content

Commit 5f474e5

Browse files
committed
update email
1 parent 5ca25e1 commit 5f474e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/lang/en/emails.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
* Goobye email.
2929
*
3030
*/
31-
'goodbyeSubject' => 'Sorry to see you...',
31+
'goodbyeSubject' => 'Sorry to see you go...',
3232
'goodbyeGreeting' => 'Hello,',
33-
'goodbyeMessage' => 'We are very sorry to see you go. We wanted to let you know that your account has been deleted. Thank for the time we shared.',
34-
'goodbyeButton' => 'Come on back',
33+
'goodbyeMessage' => 'We are very sorry to see you go. We wanted to let you know that your account has been deleted. Thank for the time we shared. You have ' . config('settings.restoreUserCutoff') . ' to restore your account.',
34+
'goodbyeButton' => 'Restore Account',
3535
'goodbyeThanks' => 'We hope to see you again!',
3636

3737
];

0 commit comments

Comments
 (0)