Skip to content

Commit

Permalink
Update RepositorySearchPage.pure.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
adamborowski committed Mar 23, 2023
1 parent 6e7ad40 commit f6aae03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const RepositorySearchPagePure: FC<RepositorySearchPagePureProps> = ({
{repositories.type === "error" && (
<Alert status="error">
<AlertIcon />
There was an error processing your request: {repositories.message}
There was some error processing your request: {repositories.message}
</Alert>
)}
{repositories.type === "loaded" &&
Expand Down

0 comments on commit f6aae03

Please sign in to comment.