diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-07 19:40:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-07 19:40:29 -0800 |
commit | ad5d65b33064bfc30f0c7aaedd3332bd59794b6c (patch) | |
tree | 202131b9dbbad41eaf1e6238908641c77d46e377 /python/fatcat_web/templates/container_view_coverage.html | |
parent | 591abdb07ce3922774859746f0517cc939dc448b (diff) | |
download | fatcat-ad5d65b33064bfc30f0c7aaedd3332bd59794b6c.tar.gz fatcat-ad5d65b33064bfc30f0c7aaedd3332bd59794b6c.zip |
web: switch 'perpetual access' terminology to 'preservation'
Diffstat (limited to 'python/fatcat_web/templates/container_view_coverage.html')
-rw-r--r-- | python/fatcat_web/templates/container_view_coverage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/fatcat_web/templates/container_view_coverage.html b/python/fatcat_web/templates/container_view_coverage.html index 2da1ab07..3022c0d9 100644 --- a/python/fatcat_web/templates/container_view_coverage.html +++ b/python/fatcat_web/templates/container_view_coverage.html @@ -34,7 +34,7 @@ {% if container._stats.total >= 1 %} <br><br> - <h2>Perpetual Access Coverage by Year</h2> + <h2>Preservation Coverage by Year</h2> <figure style="margin: 0 0 0 0;"> <embed type="image/svg+xml" src="/container/{{ container.ident }}/preservation_by_year.svg" /> @@ -45,7 +45,7 @@ </div> <br><br> - <h2>Perpetual Access Coverage by Volume</h2> + <h2>Preservation Coverage by Volume</h2> <figure style="margin: 0 0 0 0;"> <embed type="image/svg+xml" src="/container/{{ container.ident }}/preservation_by_volume.svg" /> @@ -56,7 +56,7 @@ </div> <br><br> - <h2>Perpetual Access Coverage by Release Type</h2> + <h2>Preservation Coverage by Release Type</h2> <table class="ui table"> <thead> <tr> |