Skip to content

Commit

Permalink
Merge pull request #419 from projectNEWM/CU-86a1be24d_Update-title-of…
Browse files Browse the repository at this point in the history
…-Mint-Song-toggle-to-read-as-Distribute--Mint-Song_David-Kirshon

feat: Add Distribute to Mint toggle for context
  • Loading branch information
dmkirshon authored Dec 5, 2023
2 parents 144c01d + a7023ac commit 0351fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/studio/src/pages/home/library/MintSong.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const MintSong = () => {
<Box>
<SwitchInputField
name="isMinting"
title="MINT SONG"
title="DISTRIBUTE & MINT SONG"
disabled={isMintingInitiated}
includeBorder={false}
description={
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/src/pages/home/uploadSong/BasicSongDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const BasicSongDetails: FunctionComponent<BasicDonDetailsProps> = ({
>
<SwitchInputField
name="isMinting"
title="MINT SONG"
title="DISTRIBUTE & MINT SONG"
includeBorder={false}
description={
"Minting a song will create an NFT that reflects " +
Expand Down

0 comments on commit 0351fb8

Please sign in to comment.