aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-02-07 19:40:29 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-02-07 19:40:29 -0800
commitad5d65b33064bfc30f0c7aaedd3332bd59794b6c (patch)
tree202131b9dbbad41eaf1e6238908641c77d46e377 /python/fatcat_web/templates/entity_base.html
parent591abdb07ce3922774859746f0517cc939dc448b (diff)
downloadfatcat-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.html2
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' %}