From 0028a0ae4f93fc52fab3f3aef2b84cdd99915cd0 Mon Sep 17 00:00:00 2001 From: QamarQ Date: Sun, 29 Dec 2024 22:00:00 +0100 Subject: [PATCH] fix: typo --- frontend/src/app/plans/account/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/plans/account/page.tsx b/frontend/src/app/plans/account/page.tsx index 25ecdcb..42643eb 100644 --- a/frontend/src/app/plans/account/page.tsx +++ b/frontend/src/app/plans/account/page.tsx @@ -6,7 +6,7 @@ import { Separator } from "@/components/ui/separator"; import { createUsosService } from "@/lib/usos"; const USER_STATUSES = { - 0: "Niegdy nie byłeś studentem", + 0: "Nigdy nie byłeś studentem", 1: "Były Student", 2: "Aktywny Student", };