diff --git a/bookwyrm/templates/readthrough/readthrough_modal.html b/bookwyrm/templates/readthrough/readthrough_modal.html
index e177850e..67a3b620 100644
--- a/bookwyrm/templates/readthrough/readthrough_modal.html
+++ b/bookwyrm/templates/readthrough/readthrough_modal.html
@@ -3,9 +3,17 @@
{% load utilities %}
{% block modal-title %}
+
+{% if readthrough %}
{% blocktrans trimmed with title=book|book_title %}
-Add read dates for "{{ title }}"
+ Update read dates for "{{ title }}"
{% endblocktrans %}
+{% else %}
+{% blocktrans trimmed with title=book|book_title %}
+ Add read dates for "{{ title }}"
+{% endblocktrans %}
+{% endif %}
+
{% endblock %}
{% block modal-form-open %}
@@ -61,7 +69,7 @@ Add read dates for "{{ title }}"
{% endblock %}
{% block modal-footer %}
-
+
{% if not static %}
{% endif %}