Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STUD-228: Update "primary creator" artist agreement checkbox copy #842

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/studio/src/components/minting/ConfirmContract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,18 @@ const FormContent: FunctionComponent<FormContentProps> = ({
fontSize={ 12 }
variant="subtitle1"
>
I confirm that I am the primary creator of{ " " }
<strong>{ songTitle }</strong> and all mentioned collaborators are
accurate.
I possess all necessary rights, permissions, and licenses from
any third-party holding rights to <strong>{ songTitle }</strong>{ " " }
and confirm the accuracy of all mentioned collaborators.
</Typography>
) : (
<Typography
color={ theme.colors.white }
fontSize={ 12 }
variant="subtitle1"
>
I confirm that I am the exclusive creator of{ " " }
<strong>{ songTitle }.</strong>
I possess all necessary rights, permissions, and licenses from
any third-party holding rights to <strong>{ songTitle }.</strong>
</Typography>
)
}
Expand Down
Loading