From babecb084737f10779a264ed9ad65ccf669ee96c Mon Sep 17 00:00:00 2001
From: thecreare
Date: Thu, 7 May 2026 18:56:33 -0400
Subject: [PATCH] fix the typo
---
webui/src/components/vip/VipLiftCard.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webui/src/components/vip/VipLiftCard.jsx b/webui/src/components/vip/VipLiftCard.jsx
index a684eb28..2d24ab73 100644
--- a/webui/src/components/vip/VipLiftCard.jsx
+++ b/webui/src/components/vip/VipLiftCard.jsx
@@ -75,7 +75,7 @@ export default function VipLiftCard({ lift, onUp, onDown, fullWidth = false }) {
{busy ? 'Motion in progress' : 'Motion cooldown active'}
- Controls are disabled while the lift is moving, otherwise it's tiny brain would get confused.
+ Controls are disabled while the lift is moving, otherwise its tiny brain would get confused.
{!busy && cooldownActive ? (
About {cooldownSeconds}s remaining.