We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffd9a7 commit 1dce596Copy full SHA for 1dce596
1 file changed
src/pages/404.tsx
@@ -20,7 +20,7 @@ const NotFoundPage = (props: INotFoundPage) => {
20
{isHomePage ? (
21
<Spinner styles={{ size: 300, color: color.text.red }} />
22
) : (
23
- <DevelopmentPlaceholder text="Trwa ładowanie strony" />
+ <DevelopmentPlaceholder text="Strona nie istnieje" />
24
)}
25
</PageLayout>
26
);
0 commit comments