diff --git a/app/assets/stylesheets/modules/access-panel-library-locations.scss b/app/assets/stylesheets/modules/access-panel-library-locations.scss
index ade85b909..8ebd3ee51 100644
--- a/app/assets/stylesheets/modules/access-panel-library-locations.scss
+++ b/app/assets/stylesheets/modules/access-panel-library-locations.scss
@@ -31,9 +31,6 @@
margin-left: -12px;
}
}
- .reserve-note {
- color: #990000;
- }
}
}
}
diff --git a/app/views/catalog/_index_location.html.erb b/app/views/catalog/_index_location.html.erb
index c98ea574f..6c699c0b0 100644
--- a/app/views/catalog/_index_location.html.erb
+++ b/app/views/catalog/_index_location.html.erb
@@ -53,7 +53,7 @@
<% end %>
<% if item.on_reserve? %>
- On Reserve <%= item.loan_period %>
+ <%= item.loan_period %>
<% end %>
<% if item.must_request? %>
diff --git a/app/views/catalog/access_panels/_location.html.erb b/app/views/catalog/access_panels/_location.html.erb
index 25c6e45c9..2fe79a41e 100644
--- a/app/views/catalog/access_panels/_location.html.erb
+++ b/app/views/catalog/access_panels/_location.html.erb
@@ -71,7 +71,7 @@
<% end %>
<% if item.on_reserve? %>
- On Reserve <%= item.loan_period %>
+ <%= item.loan_period %>
<% end %>
<% if item.must_request? %>