diff --git a/apps/researcher/src/app/[locale]/communities/[slug]/[listId]/page.tsx b/apps/researcher/src/app/[locale]/communities/[slug]/[listId]/page.tsx index 45c32604..6be709dc 100644 --- a/apps/researcher/src/app/[locale]/communities/[slug]/[listId]/page.tsx +++ b/apps/researcher/src/app/[locale]/communities/[slug]/[listId]/page.tsx @@ -85,7 +85,7 @@ export default async function Page({params}: Props) {
-

+

{objectList.name}

@@ -182,7 +182,7 @@ export default async function Page({params}: Props) { ) : ( <>
-

+

{t('objectCount', {count: objectList.objects.length})}

diff --git a/apps/researcher/src/app/[locale]/communities/[slug]/page.tsx b/apps/researcher/src/app/[locale]/communities/[slug]/page.tsx index 38b08c4d..79d2a24a 100644 --- a/apps/researcher/src/app/[locale]/communities/[slug]/page.tsx +++ b/apps/researcher/src/app/[locale]/communities/[slug]/page.tsx @@ -106,7 +106,10 @@ export default async function CommunityPage({params}: Props) {
-

+

{t('title')} {community.name}

@@ -147,7 +150,13 @@ export default async function CommunityPage({params}: Props) {
-

{t('objectListsTitle')}

+

+ {t('objectListsTitle')} +

{objectLists.length > 0 && (

{t('objectListsSubTitle', {count: objectLists.length})}

)} diff --git a/apps/researcher/src/app/[locale]/communities/page.tsx b/apps/researcher/src/app/[locale]/communities/page.tsx index b84b90b8..d43bd490 100644 --- a/apps/researcher/src/app/[locale]/communities/page.tsx +++ b/apps/researcher/src/app/[locale]/communities/page.tsx @@ -71,7 +71,9 @@ export default async function CommunitiesPage({searchParams = {}}: Props) {
-

{t('title')}

+

+ {t('title')} +

{t('pageDescription')}

diff --git a/apps/researcher/src/app/[locale]/objects/[id]/(provenance)/data-table.tsx b/apps/researcher/src/app/[locale]/objects/[id]/(provenance)/data-table.tsx index 54141204..a774dc72 100644 --- a/apps/researcher/src/app/[locale]/objects/[id]/(provenance)/data-table.tsx +++ b/apps/researcher/src/app/[locale]/objects/[id]/(provenance)/data-table.tsx @@ -30,7 +30,9 @@ export default function DataTable() { return (
-

{t('dataTableTitle')}

+

+ {t('dataTableTitle')} +

{selectedEvents.length > 0 && (