diff --git a/app/templates/notifications.html b/app/templates/notifications.html
index 6d1cc3d..d91b392 100644
--- a/app/templates/notifications.html
+++ b/app/templates/notifications.html
@@ -66,8 +66,8 @@
{{ notif_actor_action(notif, "shared a post", with_icon=True) }}
{{ utils.display_object(notif.outbox_object) }}
{% elif notif.notification_type.value == "undo_announce" %}
- {{ notif_actor_action(notif, "unshared a post") }}
- {{ utils.display_object(notif.outbox_object, with_icon=True) }}
+ {{ notif_actor_action(notif, "unshared a post", with_icon=True) }}
+ {{ utils.display_object(notif.outbox_object) }}
{% elif notif.notification_type.value == "mention" %}
{{ notif_actor_action(notif, "mentioned you") }}
{{ utils.display_object(notif.inbox_object) }}