From 5d52c8aec5ff9e858917054485d29fc944046c69 Mon Sep 17 00:00:00 2001 From: dillonj Date: Wed, 6 May 2026 23:39:50 -0600 Subject: [PATCH] AI editing now requires Business tier, remove lifetime updates --- frontend/src/components/AIPanel.tsx | 8 ++++---- frontend/src/store/licenseStore.test.ts | 10 ++++++++-- frontend/src/store/licenseStore.ts | 8 ++++---- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/AIPanel.tsx b/frontend/src/components/AIPanel.tsx index 814d8b7..b1c9f51 100644 --- a/frontend/src/components/AIPanel.tsx +++ b/frontend/src/components/AIPanel.tsx @@ -194,9 +194,9 @@ export default function AIPanel({ onReprocess, whisperModel, setWhisperModel }: {!canUseAI ? (
-

AI editing requires a license

+

AI editing requires Business

- Upgrade to Pro or Business to unlock filler word removal, clip suggestions, and more. + Upgrade to Business to unlock filler word removal, clip suggestions, and more.