diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-13 17:11:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-13 17:11:58 -0700 |
commit | 4b9987165435d0cccebbe0b9335fd2531b7c7cc5 (patch) | |
tree | db4809b060d0ce249d4faa81226b5593ddff4fad /python | |
parent | b9d2e62d9253af5bdafeef77f242682c0a951184 (diff) | |
download | fatcat-4b9987165435d0cccebbe0b9335fd2531b7c7cc5.tar.gz fatcat-4b9987165435d0cccebbe0b9335fd2531b7c7cc5.zip |
web: minor typo correction
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/container_view.html | 2 |
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> <code>{{ container.container_type or 'unknown' }}</code><br> - <b>Status</b> <code>{{ container.publication_status or 'Unknown' }}</code><br> + <b>Status</b> <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 %} |