diff --git a/lib/wish_web/live/home_live/details.html.heex b/lib/wish_web/live/home_live/details.html.heex
index bd646ca..b75574e 100644
--- a/lib/wish_web/live/home_live/details.html.heex
+++ b/lib/wish_web/live/home_live/details.html.heex
@@ -7,7 +7,7 @@
<%= if @item.received && !@current_user do %>
- <.icon name="hero-check-circle" />Received
+ <.icon name="hero-check-circle" />Purchased
<% end %>
diff --git a/lib/wish_web/live/home_live/index.html.heex b/lib/wish_web/live/home_live/index.html.heex
index 9b5a3ec..2620788 100644
--- a/lib/wish_web/live/home_live/index.html.heex
+++ b/lib/wish_web/live/home_live/index.html.heex
@@ -85,7 +85,7 @@
<%= if item.received && !@current_user do %>
- <.icon name="hero-check-circle" />Received
+ <.icon name="hero-check-circle" />Purchased
<% end %>