We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2a6ac commit cba2918Copy full SHA for cba2918
src/Shared/Components/DevtronLicenseCard/utils.tsx
@@ -38,7 +38,7 @@ export const parseDevtronLicenseDTOIntoLicenseCardData = <isCentralDashboard ext
38
licenseDTO || {}
39
40
return {
41
- enterpriseName: organisationMetadata?.name || '',
+ enterpriseName: organisationMetadata?.name || 'Devtron Enterprise',
42
expiryDate: expiry ? moment(expiry).format(DATE_TIME_FORMATS['DD/MM/YYYY']) : '',
43
ttl,
44
licenseStatus: getDevtronLicenseStatus({ ttl, reminderThreshold }),
0 commit comments