From 8c2971f2172ef30dfc22a0b8c95eb04af31db3f8 Mon Sep 17 00:00:00 2001 From: Yared Yemane Date: Tue, 14 Apr 2026 07:27:50 -0700 Subject: [PATCH] clarify intro video URL import button label Replace technical API wording in the lesson intro video action with user-friendly text while keeping the same /files/upload behavior. Made-with: Cursor --- src/pages/content-management/AddNewLessonPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/content-management/AddNewLessonPage.tsx b/src/pages/content-management/AddNewLessonPage.tsx index 597165f..24d60c7 100644 --- a/src/pages/content-management/AddNewLessonPage.tsx +++ b/src/pages/content-management/AddNewLessonPage.tsx @@ -358,7 +358,7 @@ export function AddNewLessonPage() { Importing URL... ) : ( - "Import URL via /files/upload" + "Import video from URL" )} {introVideoUrl.trim() ? (