Skip to content

Commit 2fd19d7

Browse files
authored
fix(kiloclaw): clarify "Upgrade & Redeploy" copy (#966)
## Summary - Changes "Upgrade to the latest KiloClaw version" to "Upgrade to the latest **supported** KiloClaw version" in the Redeploy dialog's "Upgrade to latest" radio option. - Clarifies that the upgrade targets the latest *supported* platform image, not necessarily the absolute latest OpenClaw release.
2 parents a3e6c14 + 2255a54 commit 2fd19d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/(app)/claw/components/InstanceControls.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export function InstanceControls({
200200
<Label htmlFor="upgrade" className="block cursor-pointer leading-tight">
201201
<span className="text-foreground text-sm font-medium">Upgrade to latest</span>
202202
<span className="text-muted-foreground mt-0.5 block text-xs">
203-
Upgrade to the latest KiloClaw version, redeploy and apply pending config changes.
203+
Upgrade to the latest supported KiloClaw version, redeploy and apply pending config changes.
204204
</span>
205205
</Label>
206206
</div>

0 commit comments

Comments
 (0)