Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Mar 22, 2024
1 parent bbddbc4 commit b99c5aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/web/src/components/Create/MediaLicense.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ const MediaLicense = () => {
}
>
<SelectItem value={MetadataLicenseType.CC_BY}>
Creative Commons With Attribution
Use or share content with attribution
</SelectItem>
<SelectItem value={MetadataLicenseType.CC_BY_ND}>
Creative Commons With Attribution - No Derivatives
Use or share with attribution but no modifications
</SelectItem>
<SelectItem value={MetadataLicenseType.CC_BY_NC}>
Creative Commons With Attribution - Not for Commercial use
Use or share content with attribution for non-commercial purposes
</SelectItem>
<SelectItem value={MetadataLicenseType.CCO}>
No Rights Reserved
Use or share content without any restrictions
</SelectItem>
</Select>
</div>
Expand Down

0 comments on commit b99c5aa

Please sign in to comment.