فهرست منبع

fix(dashboard): Fix heading for collection contents

Michael Bromley 6 ماه پیش
والد
کامیت
971ecca6fa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/dashboard/src/app/routes/_authenticated/_collections/collections_.$id.tsx

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

@@ -208,7 +208,7 @@ function CollectionDetailPage() {
                         <FormMessage />
                     </FormItem>
                 </PageBlock>
-                <PageBlock column="main" blockId="contents" title={<Trans>Facet values</Trans>}>
+                <PageBlock column="main" blockId="contents" title={<Trans>Contents</Trans>}>
                     {shouldPreviewContents || creatingNewEntity ? (
                         <CollectionContentsPreviewTable
                             parentId={entity?.parent?.id}