Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed Nov 22, 2023
1 parent e26cb29 commit ba35ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fragmentarium/ui/SearchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class SearchForm extends Component<Props, State> {
type="text"
name="number"
value={this.state.number || ''}
placeholder="Museum, accession, CDLI, or ecavation number"
placeholder="Museum, accession, CDLI, or excavation number"
aria-label="Number"
onChange={(
event: React.ChangeEvent<HTMLTextAreaElement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exports[`Searching fragments by transliteration Displays corpus results when cli
class="form-control"
id="number"
name="number"
placeholder="Museum, accession, CDLI, or ecavation number"
placeholder="Museum, accession, CDLI, or excavation number"
type="text"
value=""
/>
Expand Down

0 comments on commit ba35ce6

Please sign in to comment.