This commit is contained in:
@@ -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"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user