diff --git a/pkg/user/notifications.go b/pkg/user/notifications.go index fdf2da452..176f0507f 100644 --- a/pkg/user/notifications.go +++ b/pkg/user/notifications.go @@ -203,6 +203,7 @@ func (n *AccountDeletionConfirmNotification) ToMail() *notifications.Mail { Action("Confirm the deletion of my account", config.ServiceFrontendurl.GetString()+"?accountDeletionConfirm="+n.ConfirmToken). Line("This link will be valid for 24 hours."). Line("Once you confirm the deletion we will schedule the deletion of your account in three days and send you another email until then."). + Line("If you proceed with the deletion of your account, we will remove all of your namespaces, lists and tasks you created. Everything you shared with another user or team will transfer ownership to them."). Line("If you did not requested the deletion or changed your mind, you can simply ignore this email."). Line("Have a nice day!") } @@ -230,7 +231,7 @@ func (n *AccountDeletionNotification) ToMail() *notifications.Mail { Greeting("Hi "+n.User.GetName()+","). Line("You recently requested the deletion of your Vikunja account."). Line("We will delete your account in "+strconv.Itoa(n.NotificationNumber)+" days."). - Line("If you changed your mind, simply click the link below to cancel the deletion:"). + Line("If you changed your mind, simply click the link below to cancel the deletion and follow the instructions there:"). Action("Abort the deletion", config.ServiceFrontendurl.GetString()). Line("Have a nice day!") }