Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Nov 10, 2023
1 parent abc6959 commit eb4bca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/home/filters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export default function Filters({ sendQuery }) {
<Row gutters alignItems="top">
<Col n="5">
<TagInput
hint="At least one of these affiliations should be present, OR operator"
label="Affiliations (Name, Grid, RNSR, RoR, HAL structId or viaf)"
hint="Press ENTER to search for several terms / expressions. If several, an OR operator is used."
label="Affiliation raw name"
message={message}
messageType={messageType}
onTagsChange={(affiliations) => setSearchParams({ ...currentSearchParams, affiliations })}
Expand Down

0 comments on commit eb4bca7

Please sign in to comment.