You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/lang/en/emails.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@
28
28
* Goobye email.
29
29
*
30
30
*/
31
-
'goodbyeSubject' => 'Sorry to see you...',
31
+
'goodbyeSubject' => 'Sorry to see you go...',
32
32
'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.',
0 commit comments