Skip to content

Commit 1dce596

Browse files
authored
Updated 404 placeholder (#969)
1 parent 7ffd9a7 commit 1dce596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const NotFoundPage = (props: INotFoundPage) => {
2020
{isHomePage ? (
2121
<Spinner styles={{ size: 300, color: color.text.red }} />
2222
) : (
23-
<DevelopmentPlaceholder text="Trwa ładowanie strony" />
23+
<DevelopmentPlaceholder text="Strona nie istnieje" />
2424
)}
2525
</PageLayout>
2626
);

0 commit comments

Comments
 (0)