diff --git a/open-data-resources.html b/open-data-resources.html
index c1fba354f090e00fb859539a13ed0459dfb057a0..1564aea5497164cdc1e920ebbbc735f6bb9f7e9a 100644
--- a/open-data-resources.html
+++ b/open-data-resources.html
@@ -59,15 +59,15 @@ title: Open data resources
           <div class="trigger-tooltip">Endpoint:&nbsp;<a href="{{facility.odr.oai-pmh-endpoint.link}}">link</a>
               [<a href="{{facility.odr.oai-pmh-endpoint.link}}?verb=Identify">Identify</a>]<br/>{%
             if facility.odr.oai-pmh-endpoint.items
-              %}Datasets:&nbsp;<b>{{facility.odr.oai-pmh-endpoint.items.count | thousands_separated}}</b>{%
+              %}Items:&nbsp;<b>{{facility.odr.oai-pmh-endpoint.items.count | thousands_separated}}</b>{%
               assign total_oai_pmh_dataset_count = total_oai_pmh_dataset_count | plus: facility.odr.oai-pmh-endpoint.items.count %}{%
               if facility.odr.oai-pmh-endpoint.items.sets%}
                 <br/>
-                <span class="caret">Categories:&nbsp;{{facility.odr.oai-pmh-endpoint.items.sets.count | thousands_separated}}</span>
+                <span class="caret">Sets:&nbsp;{{facility.odr.oai-pmh-endpoint.items.sets.count | thousands_separated}}</span>
                 <div class="toggled">
                   <table>
                     <tr>
-                      <th>Category</th><th>Datasets</th>
+                      <th>Set</th><th>Items</th>
                     </tr>
                     {% for set in facility.odr.oai-pmh-endpoint.items.sets.details %}
                       <tr>