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 'в конце дня'