aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-05 17:03:29 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-05 17:03:29 -0700
commitac3a18ce5d944e2120635ed1127475903b7c7580 (patch)
tree758c27fcb41f2e9ead1185a9791145dbc8c8ad8b /python
parentc77b9646acc3af0f7c62776d3635780c524e1d1b (diff)
downloadfatcat-ac3a18ce5d944e2120635ed1127475903b7c7580.tar.gz
fatcat-ac3a18ce5d944e2120635ed1127475903b7c7580.zip
container type: journal display as 'Scholarly Journal'
Diffstat (limited to 'python')
-rw-r--r--python/fatcat_web/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/forms.py b/python/fatcat_web/forms.py
index 80b1c63d..4a1ca3e7 100644
--- a/python/fatcat_web/forms.py
+++ b/python/fatcat_web/forms.py
@@ -180,7 +180,7 @@ class ReleaseEntityForm(EntityEditForm):
container_type_options = (
('', 'Unknown (blank)'),
- ('journal', 'Journal'),
+ ('journal', 'Scholarly Journal'),
('proceedings', 'Proceedings'),
('book-series', 'Book Series'),
('blog', 'Blog'),