diff --git a/src/components/generic/AssetPickerSheet.jsx b/src/components/generic/AssetPickerSheet.jsx index 25e776a..7acc905 100644 --- a/src/components/generic/AssetPickerSheet.jsx +++ b/src/components/generic/AssetPickerSheet.jsx @@ -74,7 +74,7 @@ function AssetCard({ asset, streamSrc, selected, onSelect }) { function EmptyState({ fileType }) { return (
No {fileType} assets found.
+No {fileType} files found.
- No tier categories defined.{" "} + No subscription categories defined.{" "} - Add a tier category + Add a subscription category {" "} before creating plans.
Upload a new file to the asset library.
+Upload a new file to the file library.
- {total ? `${total} file${total === 1 ? "" : "s"} · ${done} done · ${failed} failed` : "Upload one or more files to the asset library."} + {total ? `${total} file${total === 1 ? "" : "s"} · ${done} done · ${failed} failed` : "Upload one or more files to the file library."}
Asset not found.
+File not found.
{asset.original_name}
@@ -287,7 +287,7 @@ export default function EditAsset() {Asset not found.
+File not found.
Asset not found.
+File not found.
Asset not found.
+File not found.
Asset not found.
+File not found.
- Courses are organized under Tier Plans — each course's{" "}
+ Courses are organized under Subscriptions — each course's{" "}
Subscription value determines which plan bundle it belongs to.{" "}
- Manage Tier Plans
+ Manage Subscriptions
{" "}· Units and Lessons now run independently — build them once in the{" "}
diff --git a/src/modules/admin/pages/courses/EditCourse.jsx b/src/modules/admin/pages/courses/EditCourse.jsx
index 8b138ee..52f9cf0 100644
--- a/src/modules/admin/pages/courses/EditCourse.jsx
+++ b/src/modules/admin/pages/courses/EditCourse.jsx
@@ -988,7 +988,7 @@ export default function EditCourse() {
className="h-7 text-xs"
>
Subscription
Subscription
Create a new paid tier plan.
+Create a new paid subscription plan.
- No tier categories found.{" "} + No subscription categories found.{" "} Add one first.
) : ( @@ -364,7 +364,7 @@ export default function AddPlan() { onValueChange={(v) => setValue("tier_category_id", v, { shouldDirty: true })} >{selectedCategory ? `${selectedCategory.name} (${selectedCategory.slug})` : "—"}
diff --git a/src/modules/admin/pages/tiers/ArchivedPlanList.jsx b/src/modules/admin/pages/tiers/ArchivedPlanList.jsx index eb48f20..95858b4 100644 --- a/src/modules/admin/pages/tiers/ArchivedPlanList.jsx +++ b/src/modules/admin/pages/tiers/ArchivedPlanList.jsx @@ -11,7 +11,7 @@ export default function ArchivedPlanList() { const items = [ { label: "Home", icon:- {isAdd ? "Define a new tier level for the platform." : "Update this tier category's details and badge."} + {isAdd ? "Define a new subscription level for the platform." : "Update this subscription category's details and badge."}
Must be greater than 0. Free is rank 0. Higher rank = higher access tier.
+Must be greater than 0. Free is rank 0. Higher rank = higher access subscription.
{!isLocked && Number(rank) <= 0 && ( -Rank must be at least 1 — rank 0 is reserved for the Free (default) tier.
+Rank must be at least 1 — rank 0 is reserved for the Free (default) subscription.
)}Define the tier levels available on the platform. Plans are built under each category.
@@ -125,7 +125,7 @@ function TierCategoriesInner() { {loading && !categories.length ? (No tier categories found.
+No subscription categories found.
) : (