We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092b432 commit 971eccaCopy full SHA for 971ecca
packages/dashboard/src/app/routes/_authenticated/_collections/collections_.$id.tsx
@@ -208,7 +208,7 @@ function CollectionDetailPage() {
208
<FormMessage />
209
</FormItem>
210
</PageBlock>
211
- <PageBlock column="main" blockId="contents" title={<Trans>Facet values</Trans>}>
+ <PageBlock column="main" blockId="contents" title={<Trans>Contents</Trans>}>
212
{shouldPreviewContents || creatingNewEntity ? (
213
<CollectionContentsPreviewTable
214
parentId={entity?.parent?.id}
0 commit comments