From ebf92a91c72acc8b1b5e467ae75ff3b4bd6dc2f2 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 27 Jan 2026 15:45:48 -0600 Subject: [PATCH] Replace 'asset' with 'proof' in user-facing UI text Update all user-visible strings across the frontend to use "proof/proofs" terminology instead of "asset/assets". This includes button labels, headers, tooltips, confirmation messages, and mock feedback text. Internal code (variable names, types, HTML IDs) remains unchanged. Co-Authored-By: Claude Opus 4.5 --- frontend/components/AssetPreview.tsx | 2 +- frontend/components/Campaigns.tsx | 4 +- frontend/components/ChecksOverview.tsx | 2 +- frontend/components/Hero.tsx | 2 +- frontend/components/Projects.tsx | 52 +++++++++---------- .../{AssetUpload.tsx => ProofUpload.tsx} | 4 +- frontend/components/Settings.tsx | 2 +- 7 files changed, 34 insertions(+), 34 deletions(-) rename frontend/components/{AssetUpload.tsx => ProofUpload.tsx} (96%) diff --git a/frontend/components/AssetPreview.tsx b/frontend/components/AssetPreview.tsx index f281ae4..1829007 100755 --- a/frontend/components/AssetPreview.tsx +++ b/frontend/components/AssetPreview.tsx @@ -28,7 +28,7 @@ export const AssetPreview: React.FC = ({ file, previewUrl, fi }; const fileType = getMimeType(); - const displayName = fileName || file?.name || 'Asset Preview'; + const displayName = fileName || file?.name || 'Proof Preview'; // Check if we have rasterized PDF pages to display const hasPdfPages = pdfPages && pdfPages.length > 0; diff --git a/frontend/components/Campaigns.tsx b/frontend/components/Campaigns.tsx index d0a4c28..d03e996 100755 --- a/frontend/components/Campaigns.tsx +++ b/frontend/components/Campaigns.tsx @@ -628,7 +628,7 @@ const UploadProofModal: React.FC<{
-

Drag and drop your asset below to start AI analysis.

+

Drag and drop your proof below to start AI analysis.

@@ -502,7 +502,7 @@ const DeleteConfirmationModal: React.FC<{ >

Confirm Deletion

- Are you sure you want to permanently delete the asset "{assetName}"? This action cannot be undone. + Are you sure you want to permanently delete the proof "{assetName}"? This action cannot be undone.

@@ -606,7 +606,7 @@ const ProjectDetail: React.FC<{

{projectName}

-

Asset overview and compliance status.

+

Proof overview and compliance status.

@@ -628,18 +628,18 @@ const ProjectDetail: React.FC<{ {!isUploadFormVisible && (
)} @@ -648,7 +648,7 @@ const ProjectDetail: React.FC<{ - + @@ -732,13 +732,13 @@ const ProjectDetail: React.FC<{ ); @@ -862,7 +862,7 @@ const AssetDetailView: React.FC<{

- Asset Preview + Proof Preview

{isUploadingNewVersion ? ( <> diff --git a/frontend/components/AssetUpload.tsx b/frontend/components/ProofUpload.tsx similarity index 96% rename from frontend/components/AssetUpload.tsx rename to frontend/components/ProofUpload.tsx index 432ac68..7bafaae 100755 --- a/frontend/components/AssetUpload.tsx +++ b/frontend/components/ProofUpload.tsx @@ -35,7 +35,7 @@ export const AssetUpload: React.FC = ({ onFileUpload, isLoadin

Supports PNG, JPG, GIF, WEBP, MP4, PDF.

diff --git a/frontend/components/Settings.tsx b/frontend/components/Settings.tsx index bec8982..1134dd4 100755 --- a/frontend/components/Settings.tsx +++ b/frontend/components/Settings.tsx @@ -495,7 +495,7 @@ export const Settings: React.FC = ({

WIP Reviewer

-

Early-stage feedback on assets before they are finalized.

+

Early-stage feedback on proofs before they are finalized.

Asset NameProof Name Workfront # Channel Sub-Channel