From a0daa3ae36030c279fe4cfa75bb6d712bdc019eb Mon Sep 17 00:00:00 2001 From: estradino Date: Wed, 11 Sep 2024 17:04:59 -0400 Subject: [PATCH] Text fixes --- .../Spots/SpotPlayer/components/SpotPlayerHeader.tsx | 2 +- .../Spots/SpotPlayer/components/SpotVideoContainer.tsx | 4 ++-- frontend/app/layout/data.ts | 2 +- spot/entrypoints/background.ts | 2 +- spot/entrypoints/content/SavingControls.tsx | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/app/components/Spots/SpotPlayer/components/SpotPlayerHeader.tsx b/frontend/app/components/Spots/SpotPlayer/components/SpotPlayerHeader.tsx index ef69a9482..458a52d81 100644 --- a/frontend/app/components/Spots/SpotPlayer/components/SpotPlayerHeader.tsx +++ b/frontend/app/components/Spots/SpotPlayer/components/SpotPlayerHeader.tsx @@ -92,7 +92,7 @@ function SpotPlayerHeader({ } else if (key === '2') { spotStore.deleteSpot([spotStore.currentSpot!.spotId]).then(() => { history.push(spotsList()); - message.success('Spot deleted successfully'); + message.success('Spot successfully deleted'); }); } }; diff --git a/frontend/app/components/Spots/SpotPlayer/components/SpotVideoContainer.tsx b/frontend/app/components/Spots/SpotPlayer/components/SpotVideoContainer.tsx index 8a078d9cf..8ae28610b 100644 --- a/frontend/app/components/Spots/SpotPlayer/components/SpotVideoContainer.tsx +++ b/frontend/app/components/Spots/SpotPlayer/components/SpotVideoContainer.tsx @@ -188,7 +188,7 @@ function SpotVideoContainer({ {isProcessing ? ( } @@ -196,7 +196,7 @@ function SpotVideoContainer({ ) : prevIsProcessing ? ( { if (!resp || !resp.id) { return sendToActiveTab({ type: messages.content.to.notification, - message: "Couldn't save Spot", + message: "Couldn't create Spot", }); } const { id, mobURL, videoURL } = resp; diff --git a/spot/entrypoints/content/SavingControls.tsx b/spot/entrypoints/content/SavingControls.tsx index 9507e0ebd..a118f722f 100644 --- a/spot/entrypoints/content/SavingControls.tsx +++ b/spot/entrypoints/content/SavingControls.tsx @@ -445,7 +445,7 @@ function SavingControls({
-

Save Spot

+

New Spot