6.16.3: Разблокировано вместо Готово
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m25s

This commit is contained in:
poignatov
2026-03-13 22:00:46 +03:00
parent b1ffb7ba7d
commit 97753f4465
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
6.16.2 6.16.3

View File

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

View File

@@ -189,7 +189,7 @@ function WishRowCard({ wish, onClick, pendingScoresByProject = {}, position, min
const getUnlockText = () => { const getUnlockText = () => {
if (isReady) { if (isReady) {
return 'Готово!' return 'Разблокировано!'
} }
if (remaining <= 0) { if (remaining <= 0) {
return 'в конце дня' return 'в конце дня'