diff --git a/dmp-frontend/src/app/core/formatting.module.ts b/dmp-frontend/src/app/core/formatting.module.ts index 4160b1f39..89bc5348d 100644 --- a/dmp-frontend/src/app/core/formatting.module.ts +++ b/dmp-frontend/src/app/core/formatting.module.ts @@ -11,6 +11,7 @@ import { DateTimeCultureFormatPipe } from './pipes/date-time-culture-format.pipe import {FieldValuePipe} from "@app/core/pipes/field-value.pipe"; import {ColumnClassPipe} from "@app/core/pipes/column-class.pipe"; import { PipeService } from '@common/formatting/pipe.service'; +import { AppTitleCaseFormatPipe } from '@common/formatting/pipes/app-title-case-format.pipe'; // // @@ -20,6 +21,7 @@ import { PipeService } from '@common/formatting/pipe.service'; @NgModule({ declarations: [ + AppTitleCaseFormatPipe, NgForLimitPipe, SumarizeTextPipe, TimezoneInfoDisplayPipe, @@ -31,6 +33,7 @@ import { PipeService } from '@common/formatting/pipe.service'; ColumnClassPipe, ], exports: [ + AppTitleCaseFormatPipe, NgForLimitPipe, SumarizeTextPipe, TimezoneInfoDisplayPipe, @@ -45,6 +48,7 @@ import { PipeService } from '@common/formatting/pipe.service'; EnumUtils, DatePipe, PipeService, + AppTitleCaseFormatPipe, NgForLimitPipe, SumarizeTextPipe, TimezoneInfoDisplayPipe, diff --git a/dmp-frontend/src/app/ui/description/listing/description-listing.component.html b/dmp-frontend/src/app/ui/description/listing/description-listing.component.html index 0c00d37a7..6daf95490 100644 --- a/dmp-frontend/src/app/ui/description/listing/description-listing.component.html +++ b/dmp-frontend/src/app/ui/description/listing/description-listing.component.html @@ -15,10 +15,10 @@ -
0 || this.lookup.like">{{(isPublic ? 'DESCRIPTION-LISTING.TITLE-EXPLORE' : 'DESCRIPTION-LISTING.TITLE') | translate}}
+{{(isPublic ? 'DESCRIPTION-LISTING.TITLE-EXPLORE' : 'DESCRIPTION-LISTING.TITLE') | translate}}
0 || this.lookup.like" class="col-auto header-title">{{(isPublic ? 'GENERAL.TITLES.EXPLORE-PLANS' : 'GENERAL.TITLES.PLANS') | translate}}
+{{(isPublic ? 'GENERAL.TITLES.EXPLORE-PLANS' : 'GENERAL.TITLES.PLANS') | translate}}