Skip to content

Commit

Permalink
chore: improve messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Sep 30, 2024
1 parent 29e87cb commit 1ffa372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/search/instantsearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function InstantSearch() {
items={[
{ label: t("sort.year:desc"), value: `${collectionName}/sort/year:desc` },
{ label: t("sort.year:asc"), value: `${collectionName}/sort/year:asc` },
{ label: t("sort.title"), value: `${collectionName}/sort/title:asc` },
{ label: t("sort.title:asc"), value: `${collectionName}/sort/title:asc` },
]}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"translator": "translators",
"work": "works"
},
"query_placeholder": "filter publications",
"query_placeholder": "search publications",
"sort_by": "sort by",
"sort": {
"year:asc": "oldest to newest",
Expand Down

0 comments on commit 1ffa372

Please sign in to comment.