Skip to content

Commit 34e3778

Browse files
committed
Use the typeText to match master
1 parent f82d26d commit 34e3778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/components/configuration/PlatformLicense.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const configuration = useConfiguration();
3636
<div class="row">
3737
<div class="license-info">
3838
<div>
39-
<b>Platform license type:</b> <span role="note" aria-label="license-type">{{ license.license_type }}{{ license.licenseEdition }}</span>
39+
<b>Platform license type:</b> <span role="note" aria-label="license-type">{{ typeText(license, configuration) }}{{ license.licenseEdition }}</span>
4040
</div>
4141

4242
<template v-if="licenseStatus.isSubscriptionLicense">

0 commit comments

Comments
 (0)