We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a55b0 commit a33fdb6Copy full SHA for a33fdb6
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