Skip to content
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
2 changes: 1 addition & 1 deletion resources/js/components/pages/create/CreateCollection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
v-model="forceCollapsingSupply"
name="forceCollapsingSupply"
label="Force Collapsing Supply"
description="Set whether the tokens in this collection will be minted as SingleMint types. This would indicate the tokens in this collection are NFTs."
description="When enabled, all new tokens in this collection will be required to have a set maximum supply that can only be reduced (never increased) as tokens are burned."
/>
</div>
</div>
Expand Down
Loading