diff --git a/bookwyrm/templates/notifications/items/fav.html b/bookwyrm/templates/notifications/items/fav.html
index d430598e..afc18d73 100644
--- a/bookwyrm/templates/notifications/items/fav.html
+++ b/bookwyrm/templates/notifications/items/fav.html
@@ -18,25 +18,25 @@
{% if related_status.status_type == 'Review' %}
{% blocktrans trimmed %}
- favorited your review of {{ book_title }}
+ liked your review of {{ book_title }}
{% endblocktrans %}
{% elif related_status.status_type == 'Comment' %}
{% blocktrans trimmed %}
- favorited your comment on{{ book_title }}
+ liked your comment on{{ book_title }}
{% endblocktrans %}
{% elif related_status.status_type == 'Quotation' %}
{% blocktrans trimmed %}
- favorited your quote from {{ book_title }}
+ liked your quote from {{ book_title }}
{% endblocktrans %}
{% else %}
{% blocktrans trimmed %}
- favorited your status
+ liked your status
{% endblocktrans %}
{% endif %}