diff --git a/components/BingoCard.tsx b/components/BingoCard.tsx index 13a63b8..67bb4ab 100644 --- a/components/BingoCard.tsx +++ b/components/BingoCard.tsx @@ -168,9 +168,9 @@ export function BingoCard({ campaign, initialGrid, currentUserNickname, isAdmin captainSanity >= 25 ? "panic" : "lost"; const sanityLabel = - sanityStage === "calm" ? "Спокоен" : - sanityStage === "nervous" ? "Нервничает" : - sanityStage === "panic" ? "Паника!" : "Кукуха уехала!"; + sanityStage === "calm" ? "Держится ещё" : + sanityStage === "nervous" ? "Кукуха свистит" : + sanityStage === "panic" ? "Паника!" : "Кукуха уехала пиздаааа!"; const sanityIcon = sanityStage === "calm" ? "😐" :