Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ const messages = {
remixAccessError: 'Must have access to the original track',
enterLink: 'Enter an Audius Link',
changeAvailbilityPrefix: 'Availablity is set to',
changeAvailbilitySuffix:
'To enable these options, change availability to Public.',
changeAvailbilitySuffix: 'To enable these options, make your track free.',
premium: 'Premium (Pay-To-Unlock). ',
collectibleGated: 'Collectible Gated. ',
specialAccess: 'Special Access. '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ const messages = {
linkLabel: 'Link to original track'
},
changeAvailabilityPrefix: 'Availablity is set to ',
changeAvailabilitySuffix:
'. To enable these options, change availability to Public.',
changeAvailabilitySuffix: '. To enable these options, make your track free.',
premium: 'Premium (Pay-to-Unlock)',
collectibleGated: 'Collectible Gated',
specialAccess: 'Special Access'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ const messages = {
error: 'Please paste a valid Audius track URL',
by: 'by',
changeAvailabilityPrefix: 'Availablity is set to ',
changeAvailabilitySuffix:
'. To enable these options, change availability to Public.',
changeAvailabilitySuffix: '. To enable these options, make your track free.',
premium: 'Premium (Pay-to-Unlock)',
collectibleGated: 'Collectible Gated',
specialAccess: 'Special Access',
Expand Down