diff --git a/backend/app/views/spree/admin/prices/edit.html.erb b/backend/app/views/spree/admin/prices/edit.html.erb
index 5a7b78bf500..8d4cffa9c32 100644
--- a/backend/app/views/spree/admin/prices/edit.html.erb
+++ b/backend/app/views/spree/admin/prices/edit.html.erb
@@ -1,4 +1,6 @@
<%= render 'spree/admin/shared/product_tabs', current: 'Prices' %>
+<% admin_breadcrumb(link_to(plural_resource_name(Spree::Price), spree.admin_product_prices_url(@product))) %>
+<% admin_breadcrumb(Spree.t('actions.edit')) %>
<%= form_for @price, url: spree.admin_product_price_path(@product, @price) do |f| %>