Skip to content

Commit

Permalink
Update selector labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mgao6767 committed Sep 26, 2024
1 parent 07446cd commit 1135baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kerko/composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def init_scopes(self, config: Config) -> None:
"creator": _("In authors or contributors"),
"title": _("In titles"),
"pubyear": _("In publication years"),
"metadata": _("In all fields"),
"fulltext": _("In documents"),
"metadata": _("In all fields (abstract and more)"),
"fulltext": _("In documents (full-text)"),
}
breadbox_label = {
"all": _("Everywhere"),
Expand Down

0 comments on commit 1135baf

Please sign in to comment.