diff --git a/frontend/templates/book_panel.html b/frontend/templates/book_panel.html
index 3a0f78b7..2de4e9a0 100644
--- a/frontend/templates/book_panel.html
+++ b/frontend/templates/book_panel.html
@@ -181,13 +181,12 @@
{% if first_ebook %}
AVAILABLE!
-
- {% include "book_panel_addbutton.html" %}
-
{% else %}
No campaign yet.
But if lots of ungluers fave this book, maybe there will be!
{% endif %}
+
{% include "book_panel_addbutton.html" %}
+
diff --git a/frontend/templates/book_panel_addbutton.html b/frontend/templates/book_panel_addbutton.html
index 474e662a..8f55bcfe 100644
--- a/frontend/templates/book_panel_addbutton.html
+++ b/frontend/templates/book_panel_addbutton.html
@@ -24,7 +24,7 @@
{% else %}
{% comment %} on the empty-wishlist slideshow {% endcomment %}
- Add to My Faves
+ Add to Faves
{% endif %}
{% else %}{% if work in wishlist %}
@@ -34,9 +34,9 @@
{% else %}
{% if on_search_page %}
- Add to My Faves
+ Add to Faves
{% else %}
- Add to My Faves
+ Add to Faves
{% endif %}
{% endif %}{% endifequal %}{% endif %}{% endif %}