more fixes

This commit is contained in:
Lokowitz
2025-05-17 20:16:26 +00:00
parent d9ee40c898
commit 547e777eb0
3 changed files with 10 additions and 9 deletions

View File

@@ -384,10 +384,10 @@ export default function LicensePage() {
<Check />
{licenseStatus?.tier ===
"PROFESSIONAL"
? t('licenseTierProfessional')
? t('licenseTierCommercial')
: licenseStatus?.tier ===
"ENTERPRISE"
? t('licenseTierEnterprise')
? t('licenseTierCommercial')
: t('licensed')}
</div>
</div>