diff --git a/app/models/concerns/rights_concern.rb b/app/models/concerns/rights_concern.rb
index a5a68e09..16ca8f0c 100644
--- a/app/models/concerns/rights_concern.rb
+++ b/app/models/concerns/rights_concern.rb
@@ -4,7 +4,7 @@ module RightsConcern
extend Geoblacklight::SolrDocument
def rights_text
- "This dataset is only available to members of the New York University community and is limited to current students, staff, and faculty. Do not copy or redistribute this data. If you have questions about what constitutes fair use of this material, please contact us directly at data.services@nyu.edu.
Please note that access while on the NYU wifi network or via NYU VPN is required to preview the data below; authenticated users may use the asset download features without NYU VPN." if nyu? && restricted?
+ "This dataset is only available to members of the New York University community and is limited to current students, staff, and faculty. Do not copy or redistribute this data. If you have questions about what constitutes fair use of this material, please contact us directly at data.services@nyu.edu.
In order to download the data, click on the hdl.handle.net link at the bottom of the record." if nyu? && restricted?
end
def nyu?
diff --git a/app/views/catalog/_show_downloads.html.erb b/app/views/catalog/_show_downloads.html.erb
index c8e26271..24848e88 100644
--- a/app/views/catalog/_show_downloads.html.erb
+++ b/app/views/catalog/_show_downloads.html.erb
@@ -14,10 +14,4 @@
<% end %>
-<% elsif document.restricted? && document.same_institution? %>
-