case 4219
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
{{ $ay.t("LicenseExpiration") }}</v-list-item-title
|
||||
>
|
||||
<v-list-item-subtitle class="text-wrap">{{
|
||||
$ay.sd(currentLicenseInfo.licenseExpiration)
|
||||
$ay.dt(currentLicenseInfo.licenseExpiration)
|
||||
}}</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
@@ -79,7 +79,7 @@
|
||||
{{ $ay.t("SupportedUntil") }}</v-list-item-title
|
||||
>
|
||||
<v-list-item-subtitle class="text-wrap">{{
|
||||
$ay.sd(currentLicenseInfo.maintenanceExpiration)
|
||||
$ay.dt(currentLicenseInfo.maintenanceExpiration)
|
||||
}}</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
Reference in New Issue
Block a user