diff --git a/Iceshrimp.Backend/Pages/Note.cshtml.cs b/Iceshrimp.Backend/Pages/Note.cshtml.cs
index 640b53a2..d1bf62a0 100644
--- a/Iceshrimp.Backend/Pages/Note.cshtml.cs
+++ b/Iceshrimp.Backend/Pages/Note.cshtml.cs
@@ -36,7 +36,8 @@ public class NoteModel(
return Partial("Shared/FrontendSPA");
if (security.Value.PublicPreview == Enums.PublicPreview.Lockdown)
- throw GracefulException.Forbidden("Public preview is disabled on this instance");
+ throw GracefulException.Forbidden("Public preview is disabled on this instance.",
+ "The instance administrator has intentionally disabled this feature for privacy reasons.");
//TODO: redirect to login (with route as url param) when public preview is disabled
//TODO: login button