From e8d70e664c96092fa0f26cd6269d616d3a8cf27d Mon Sep 17 00:00:00 2001 From: dmkirshon Date: Fri, 13 Dec 2024 15:32:46 +0200 Subject: [PATCH] feat: Update copy of upload flow creator checkbox --- apps/studio/src/components/minting/ConfirmContract.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/studio/src/components/minting/ConfirmContract.tsx b/apps/studio/src/components/minting/ConfirmContract.tsx index 26293aa2..a9dc9f7f 100644 --- a/apps/studio/src/components/minting/ConfirmContract.tsx +++ b/apps/studio/src/components/minting/ConfirmContract.tsx @@ -104,9 +104,9 @@ const FormContent: FunctionComponent = ({ fontSize={ 12 } variant="subtitle1" > - I confirm that I am the primary creator of{ " " } - { songTitle } and all mentioned collaborators are - accurate. + I possess all necessary rights, permissions, and licenses from + any third-party holding rights to { songTitle }{ " " } + and confirm the accuracy of all mentioned collaborators. ) : ( = ({ fontSize={ 12 } variant="subtitle1" > - I confirm that I am the exclusive creator of{ " " } - { songTitle }. + I possess all necessary rights, permissions, and licenses from + any third-party holding rights to { songTitle }. ) }