Skip to content

Commit

Permalink
STUD-384: Update copy in tooltip for disabled distribution state (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
escobarjonatan authored Dec 3, 2024
1 parent d26f619 commit f88cc96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/studio/src/pages/home/uploadSong/BasicSongDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ const BasicSongDetails: FunctionComponent<BasicDonDetailsProps> = ({
} }
>
<SwitchInputField
data-testid="isMinting"
description={
"Minting a song will create an NFT that reflects " +
"ownership, makes streaming royalties available for " +
Expand All @@ -413,8 +414,8 @@ const BasicSongDetails: FunctionComponent<BasicDonDetailsProps> = ({
toggleTooltipText={
webStudioDisableTrackDistributionAndMinting
? "Track distribution and minting is temporarily disabled. " +
"Please upload your song to save your progress, and check " +
"back later to finish the distribution process."
"Please review and update your song details, and check back " +
"later to finish the distribution process."
: undefined
}
onClick={ () => {
Expand Down

0 comments on commit f88cc96

Please sign in to comment.