diff options
-rw-r--r-- | python/fatcat_web/forms.py | 2 |
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'), |