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