Skip to content

Commit

Permalink
LPD-40132 Update Offering Types Component
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-diniz authored and brianchandotcom committed Oct 24, 2024
1 parent c999cfc commit 24c7e63
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ export const offeringTypesDescription = {
description: i18n.translate(
'the-cloud-app-is-client-extension-based-and-is-compatible-with-a-customer’s-self-hosted-environment'
),
disabled: true,
label: i18n.translate('liferay-self-hosted'),
},
{
description: i18n.translate(
'the-cloud-app-is-client-extension-based-and-is-compatible-with-liferay’s-self-managed-formerly-dxp-cloud-offering'
),
disabled: true,
label: i18n.translate('liferay-paas'),
},
{
Expand All @@ -38,13 +40,14 @@ export const offeringTypesDescription = {
description: i18n.translate(
'the-dxp-app-is-module-based-and-is-compatible-with-7-4-builds-of-liferay-dxp-self-hosted-liferay-cloud-formerly-dxp-cloud'
),
label: i18n.translate('self-managed'),
label: i18n.translate('liferay-paas'),
},
{
description: i18n.translate(
'dxp-module-based-apps-are-not-supported-on-liferay-experience-cloud-lxc'
),
label: i18n.translate('fully-managed'),
disabled: true,
label: i18n.translate('liferay-saas'),
},
],
} as const;

0 comments on commit 24c7e63

Please sign in to comment.