This commit is contained in:
@@ -103,6 +103,14 @@
|
|||||||
serverInfo.license.license.keySerial
|
serverInfo.license.license.keySerial
|
||||||
}}</span>
|
}}</span>
|
||||||
</div>
|
</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>
|
<div>
|
||||||
<span class="ml-6 text-body-1"
|
<span class="ml-6 text-body-1"
|
||||||
>{{ $ay.t("LicenseExpiration") }}:
|
>{{ $ay.t("LicenseExpiration") }}:
|
||||||
@@ -317,7 +325,10 @@ async function fetchTranslatedText() {
|
|||||||
"CurrencyCode",
|
"CurrencyCode",
|
||||||
"ViewEULA",
|
"ViewEULA",
|
||||||
"DarkMode",
|
"DarkMode",
|
||||||
"NativeDateTimeInput"
|
"NativeDateTimeInput",
|
||||||
|
"LicenseType",
|
||||||
|
"LicenseTypeSubscription",
|
||||||
|
"LicenseTypePerpetual"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user