summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-10-13 17:11:58 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-10-13 17:11:58 -0700
commit4b9987165435d0cccebbe0b9335fd2531b7c7cc5 (patch)
treedb4809b060d0ce249d4faa81226b5593ddff4fad
parentb9d2e62d9253af5bdafeef77f242682c0a951184 (diff)
downloadfatcat-4b9987165435d0cccebbe0b9335fd2531b7c7cc5.tar.gz
fatcat-4b9987165435d0cccebbe0b9335fd2531b7c7cc5.zip
web: minor typo correction
-rw-r--r--python/fatcat_web/templates/container_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html
index e1c49197..138c943e 100644
--- a/python/fatcat_web/templates/container_view.html
+++ b/python/fatcat_web/templates/container_view.html
@@ -90,7 +90,7 @@
<div class="ui segment attached">
<b>Type</b> &nbsp;<code>{{ container.container_type or 'unknown' }}</code><br>
- <b>Status</b> &nbsp;<code>{{ container.publication_status or 'Unknown' }}</code><br>
+ <b>Status</b> &nbsp;<code>{{ container.publication_status or 'unknown' }}</code><br>
</div>
{% if container.issnl != None or container.issne != None or container.issnp != None or container.wikidata_qid != None %}