Skip to content

Commit 971ecca

Browse files
fix(dashboard): Fix heading for collection contents
1 parent 092b432 commit 971ecca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dashboard/src/app/routes/_authenticated/_collections/collections_.$id.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ function CollectionDetailPage() {
208208
<FormMessage />
209209
</FormItem>
210210
</PageBlock>
211-
<PageBlock column="main" blockId="contents" title={<Trans>Facet values</Trans>}>
211+
<PageBlock column="main" blockId="contents" title={<Trans>Contents</Trans>}>
212212
{shouldPreviewContents || creatingNewEntity ? (
213213
<CollectionContentsPreviewTable
214214
parentId={entity?.parent?.id}

0 commit comments

Comments
 (0)