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 b9a44cf commit 64d6446Copy full SHA for 64d6446
src/Frontend/src/resources/LicenseInfo.ts
@@ -15,7 +15,7 @@ export default interface LicenseInfo {
15
16
export function typeText(license: LicenseInfo, configuration: Configuration | null) {
17
if (license.trial_license && configuration?.mass_transit_connector) {
18
- return "Early Access";
+ return "Early Access ";
19
}
20
21
0 commit comments