We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6a55b0 + a33fdb6 commit 9efc19dCopy full SHA for 9efc19d
1 file changed
admin/src/pages/HomePage/utils/parsers.ts
@@ -191,7 +191,7 @@ export const extractRelatedItemLabel = (
191
const contentType = contentTypes.find(({ uid }) => uid === __collectionUid);
192
193
if (contentType?.isSingle) {
194
- return contentType.labelSingular;
+ return contentType.label;
195
}
196
197
const defaultFieldsWithCapitalizedOptions = [
0 commit comments