Skip to content

Commit 64d6446

Browse files
committed
Add space to formatted license type
1 parent b9a44cf commit 64d6446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/resources/LicenseInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default interface LicenseInfo {
1515

1616
export function typeText(license: LicenseInfo, configuration: Configuration | null) {
1717
if (license.trial_license && configuration?.mass_transit_connector) {
18-
return "Early Access";
18+
return "Early Access ";
1919
}
2020
}
2121

0 commit comments

Comments
 (0)