update: refine hook notification text for better clarity

This commit is contained in:
olekhondera
2026-02-16 17:26:14 +02:00
parent fffa416f08
commit 2837b2fba8

View File

@@ -50,7 +50,7 @@
"hooks": [ "hooks": [
{ {
"type": "command", "type": "command",
"command": "osascript -e 'display notification \"Claude Code простаивает, удели минутку своего времени\" with title \"Claude Code\"'" "command": "osascript -e 'display notification \"Я простаиваю, удели минутку своего времени\" with title \"Claude Code\"'"
} }
] ]
} }