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 f82d26d commit 34e3778Copy full SHA for 34e3778
src/Frontend/src/components/configuration/PlatformLicense.vue
@@ -36,7 +36,7 @@ const configuration = useConfiguration();
36
<div class="row">
37
<div class="license-info">
38
<div>
39
- <b>Platform license type:</b> <span role="note" aria-label="license-type">{{ license.license_type }}{{ license.licenseEdition }}</span>
+ <b>Platform license type:</b> <span role="note" aria-label="license-type">{{ typeText(license, configuration) }}{{ license.licenseEdition }}</span>
40
</div>
41
42
<template v-if="licenseStatus.isSubscriptionLicense">
0 commit comments