From 97753f446528fbcc4d8b2bfb861a0c64f9f20f37 Mon Sep 17 00:00:00 2001 From: poignatov Date: Fri, 13 Mar 2026 22:00:46 +0300 Subject: [PATCH] =?UTF-8?q?6.16.3:=20=D0=A0=D0=B0=D0=B7=D0=B1=D0=BB=D0=BE?= =?UTF-8?q?=D0=BA=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BE=20=D0=B2=D0=BC?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=BE=20=D0=93=D0=BE=D1=82=D0=BE=D0=B2=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/CurrentWeek.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index cd8864f..7030011 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.16.2 +6.16.3 diff --git a/play-life-web/package.json b/play-life-web/package.json index dbc52cc..0b85e6e 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.16.2", + "version": "6.16.3", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/CurrentWeek.jsx b/play-life-web/src/components/CurrentWeek.jsx index 4b1550a..7d6c4b9 100644 --- a/play-life-web/src/components/CurrentWeek.jsx +++ b/play-life-web/src/components/CurrentWeek.jsx @@ -189,7 +189,7 @@ function WishRowCard({ wish, onClick, pendingScoresByProject = {}, position, min const getUnlockText = () => { if (isReady) { - return 'Готово!' + return 'Разблокировано!' } if (remaining <= 0) { return 'в конце дня'