This commit is contained in:
2022-02-14 19:14:21 +00:00
parent edcfe6b486
commit 060cd88542
3 changed files with 21 additions and 13 deletions

View File

@@ -108,7 +108,7 @@
>{{ $ay.t("LicenseExpiration") }}:
</span>
<span class="text-body-2">{{
serverInfo.license.license.licenseExpiration
$ay.dt(serverInfo.license.license.licenseExpiration)
}}</span>
</div>
<div>
@@ -116,7 +116,7 @@
>{{ $ay.t("SupportedUntil") }}:
</span>
<span class="text-body-2">{{
serverInfo.license.license.maintenanceExpiration
$ay.dt(serverInfo.license.license.maintenanceExpiration)
}}</span>
</div>
@@ -311,7 +311,9 @@ async function fetchTranslatedText() {
"Browser",
"LanguageCode",
"CurrencyCode",
"ViewEULA"
"ViewEULA",
"DarkMode",
"NativeDateTimeInput"
]);
}

View File

@@ -715,7 +715,8 @@ async function fetchTranslatedText() {
"TaggedWith",
"WorkOrderStatus",
"Total",
"UiFieldDataTypesInteger"
"UiFieldDataTypesInteger",
"QuoteQuoteStatusType"
]);
}