diff --git a/resources/views/site/help/your-profile.blade.php b/resources/views/site/help/your-profile.blade.php index 7354585ea..4d81698c3 100644 --- a/resources/views/site/help/your-profile.blade.php +++ b/resources/views/site/help/your-profile.blade.php @@ -140,7 +140,7 @@

- {{--
+

Delete Your Account

+ @if(config('pixelfed.account_delete_after') == false)
-

When you delete your account, your profile, photos, videos, comments, likes and followers will be permanently removed. If you'd just like to take a break, you can temporarily disable your account instead.

+

When you delete your account, your profile, photos, videos, comments, likes and followers will be permanently removed. If you'd just like to take a break, you can temporarily disable your account instead.

+ @else +
+

When you delete your account, your profile, photos, videos, comments, likes and followers will be permanently removed after {{config('pixelfed.account_delete_after')}} days. You can log in during that period to prevent your account from permanent deletion. If you'd just like to take a break, you can temporarily disable your account instead.

+
+ @endif

After you delete your account, you can't sign up again with the same username on this instance or add that username to another account on this instance, and we can't reactivate deleted accounts.

To permanently delete your account:

    @@ -178,5 +185,6 @@
-

--}} +

+ @endif @endsection \ No newline at end of file