aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar/search.py')
-rw-r--r--fatcat_scholar/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py
index 1df7fd8..ebfa6ef 100644
--- a/fatcat_scholar/search.py
+++ b/fatcat_scholar/search.py
@@ -72,7 +72,7 @@ class FulltextQuery(BaseModel):
{"label": gettext("Fulltext"), "slug": "fulltext"},
{"label": gettext("Microfilm"), "slug": "microfilm"},
{"label": gettext("Open Access"), "slug": "oa"},
- {"label": gettext("Metadata"), "slug": "everything"},
+ {"label": gettext("All Records"), "slug": "everything"},
],
}
sort_options: Any = {