From b1ffb7ba7dbc1ac1e8248fb773875034482e8a23 Mon Sep 17 00:00:00 2001 From: poignatov Date: Fri, 13 Mar 2026 21:58:21 +0300 Subject: [PATCH] =?UTF-8?q?6.16.2:=20=D0=92=20=D0=BA=D0=BE=D0=BD=D1=86?= =?UTF-8?q?=D0=B5=20=D0=B4=D0=BD=D1=8F=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=20=D1=81=D0=BA=D0=BE=D1=80=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 954ea49..cd8864f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.16.1 +6.16.2 diff --git a/play-life-web/package.json b/play-life-web/package.json index a606e61..dbc52cc 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.16.1", + "version": "6.16.2", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/CurrentWeek.jsx b/play-life-web/src/components/CurrentWeek.jsx index 3fa0a68..4b1550a 100644 --- a/play-life-web/src/components/CurrentWeek.jsx +++ b/play-life-web/src/components/CurrentWeek.jsx @@ -192,7 +192,7 @@ function WishRowCard({ wish, onClick, pendingScoresByProject = {}, position, min return 'Готово!' } if (remaining <= 0) { - return 'скоро' + return 'в конце дня' } const pointsText = `${Math.round(remaining)} баллов` const safeMinGoal = Number.isFinite(minGoalScore) && minGoalScore > 0 ? minGoalScore : 0