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/entity_base.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/entity_base.html')
-rw-r--r-- | python/fatcat_web/templates/entity_base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_base.html b/python/fatcat_web/templates/entity_base.html index 52acd70a..c3d6096b 100644 --- a/python/fatcat_web/templates/entity_base.html +++ b/python/fatcat_web/templates/entity_base.html @@ -82,7 +82,7 @@ <div class="ui small tabular compact menu"> {{ entity_tab("overview", "Overview", "") }} {% if entity_type == "container" and entity.state == 'active' and not editgroup %} - {{ entity_tab("coverage", "Coverage", "/coverage") }} + {{ entity_tab("coverage", "Preservation", "/coverage") }} {% elif entity_type == "release" and entity.state != 'deleted' %} {{ entity_tab("contribs", "Authors", "/contribs", entity._authors|count ) }} {% if entity.state == 'active' %} |