Skip to content

Commit

Permalink
Fix typo in MissingEntityPage header
Browse files Browse the repository at this point in the history
Signed-off-by: darylgraham <[email protected]>
  • Loading branch information
darylgraham authored and dweber019 committed Aug 31, 2024
1 parent 708a2dd commit 2cd3356
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const MissingEntityPage = () => {
<Page themeId="tool">
<Header
title="Missing entity"
subtitle="All enitities which are proccessed"
subtitle="All entities which are proccessed"
/>
<Content>
{error && <Alert severity="error">{error.message}</Alert>}
Expand Down

0 comments on commit 2cd3356

Please sign in to comment.