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 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"
]); ]);
} }