Skip to content

Commit

Permalink
Fix 404 copy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Nov 4, 2020
1 parent 93d3892 commit a4f1e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class NotFound extends React.PureComponent<Props, State> {
<Icon name="question" />
<Message.Content>
<Message.Header as="h1">Not found</Message.Header>
The {item} you were looking (ID: {id}) for could not be found.
The {item} you were looking for (ID: {id}) could not be found.
It may have been deleted, or the URL you navigated to was incorrect.
</Message.Content>
</Message>
Expand Down

0 comments on commit a4f1e12

Please sign in to comment.