diff --git a/Iceshrimp.Frontend/Components/NotificationComponent.razor b/Iceshrimp.Frontend/Components/NotificationComponent.razor
index 6f14e813..481a77ae 100644
--- a/Iceshrimp.Frontend/Components/NotificationComponent.razor
+++ b/Iceshrimp.Frontend/Components/NotificationComponent.razor
@@ -55,6 +55,14 @@
{
@Loc["quoted your post:"]
}
+ else if (NotificationResponse is { Note: not null, Type: "bite" })
+ {
+ @Loc["bit your note:"]
+ }
+ else if (NotificationResponse is { Type: "bite" })
+ {
+ @Loc["bit you"]
+ }
else
{