diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html
index 79acffc4..5fba69b0 100644
--- a/bookwyrm/templates/book/book.html
+++ b/bookwyrm/templates/book/book.html
@@ -63,16 +63,24 @@
{% if not book.cover %}
{% if user_authenticated %}
- {% trans "Click to add cover" as button_text %}
-