Skip to content

Commit 6f3e30e

Browse files
committed
Merge branch 'master' into prod
2 parents 64109d2 + 1dce596 commit 6f3e30e

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)