6.16.2: В конце дня вместо скоро
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
poignatov
2026-03-13 21:58:21 +03:00
parent c232bb40a3
commit b1ffb7ba7d
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
6.16.1 6.16.2

View File

@@ -1,6 +1,6 @@
{ {
"name": "play-life-web", "name": "play-life-web",
"version": "6.16.1", "version": "6.16.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -192,7 +192,7 @@ function WishRowCard({ wish, onClick, pendingScoresByProject = {}, position, min
return 'Готово!' return 'Готово!'
} }
if (remaining <= 0) { if (remaining <= 0) {
return 'скоро' return 'в конце дня'
} }
const pointsText = `${Math.round(remaining)} баллов` const pointsText = `${Math.round(remaining)} баллов`
const safeMinGoal = Number.isFinite(minGoalScore) && minGoalScore > 0 ? minGoalScore : 0 const safeMinGoal = Number.isFinite(minGoalScore) && minGoalScore > 0 ? minGoalScore : 0