diff --git a/authority-portal-frontend/src/app/core/services/config/profiles/ui-feature.ts b/authority-portal-frontend/src/app/core/services/config/profiles/ui-feature.ts index bd4d342a..fcd630a7 100644 --- a/authority-portal-frontend/src/app/core/services/config/profiles/ui-feature.ts +++ b/authority-portal-frontend/src/app/core/services/config/profiles/ui-feature.ts @@ -12,9 +12,6 @@ */ export type UiFeature = - // Enables the homepage. If this is not enabled, the default page will be the Catalog - | 'enable-home' - // Show an iFrame on the homepage. The URL needs to be configured in the theme. Requires 'enable-home' | 'iframe-in-home' diff --git a/authority-portal-frontend/src/app/pages/registration-pages/organization-onboard-page/organization-onboard-page/organization-onboard-page.component.html b/authority-portal-frontend/src/app/pages/registration-pages/organization-onboard-page/organization-onboard-page/organization-onboard-page.component.html index a34b0f74..0e629f99 100644 --- a/authority-portal-frontend/src/app/pages/registration-pages/organization-onboard-page/organization-onboard-page/organization-onboard-page.component.html +++ b/authority-portal-frontend/src/app/pages/registration-pages/organization-onboard-page/organization-onboard-page/organization-onboard-page.component.html @@ -106,9 +106,7 @@

Organization Profile

Confirmation

- {{ - 'Thank you for onboarding on the ' + appConfig.portalName + '!' - }} + Thank you for onboarding on the {{ appConfig.portalName }}!

Congratulations on successfully onboarding to our platform! We're diff --git a/authority-portal-frontend/src/app/shared/business/connector-registering-success-message-page/connector-registering-success-message-page.component.html b/authority-portal-frontend/src/app/shared/business/connector-registering-success-message-page/connector-registering-success-message-page.component.html index 655a832b..f3c256b7 100644 --- a/authority-portal-frontend/src/app/shared/business/connector-registering-success-message-page/connector-registering-success-message-page.component.html +++ b/authority-portal-frontend/src/app/shared/business/connector-registering-success-message-page/connector-registering-success-message-page.component.html @@ -1,8 +1,7 @@

Finish setting up your connector!

To setup the connector, you will have to follow the Deployment Guide in the - EDC repository which you can find by clicking the button below. -
+ EDC repository which you can find by clicking the button below.
To get you started, we have prepared the following: