This commit is contained in:
2022-08-17 22:56:30 +00:00
parent c55e8f0cbd
commit ee4eb20465

View File

@@ -103,6 +103,14 @@
serverInfo.license.license.keySerial
}}</span>
</div>
<div>
<span class="ml-6 text-body-1">{{ $ay.t("LicenseType") }}: </span>
<span class="text-body-2">{{
serverInfo.license.license.perpetual
? $ay.t("LicenseTypePerpetual")
: $ay.t("LicenseTypeSubscription")
}}</span>
</div>
<div>
<span class="ml-6 text-body-1"
>{{ $ay.t("LicenseExpiration") }}:
@@ -317,7 +325,10 @@ async function fetchTranslatedText() {
"CurrencyCode",
"ViewEULA",
"DarkMode",
"NativeDateTimeInput"
"NativeDateTimeInput",
"LicenseType",
"LicenseTypeSubscription",
"LicenseTypePerpetual"
]);
}