case 4219

This commit is contained in:
2022-10-25 21:06:50 +00:00
parent 4c5beeea70
commit 9d417032d9

View File

@@ -63,7 +63,7 @@
{{ $ay.t("LicenseExpiration") }}</v-list-item-title {{ $ay.t("LicenseExpiration") }}</v-list-item-title
> >
<v-list-item-subtitle class="text-wrap">{{ <v-list-item-subtitle class="text-wrap">{{
$ay.sd(currentLicenseInfo.licenseExpiration) $ay.dt(currentLicenseInfo.licenseExpiration)
}}</v-list-item-subtitle> }}</v-list-item-subtitle>
</v-list-item-content> </v-list-item-content>
</v-list-item> </v-list-item>
@@ -79,7 +79,7 @@
{{ $ay.t("SupportedUntil") }}</v-list-item-title {{ $ay.t("SupportedUntil") }}</v-list-item-title
> >
<v-list-item-subtitle class="text-wrap">{{ <v-list-item-subtitle class="text-wrap">{{
$ay.sd(currentLicenseInfo.maintenanceExpiration) $ay.dt(currentLicenseInfo.maintenanceExpiration)
}}</v-list-item-subtitle> }}</v-list-item-subtitle>
</v-list-item-content> </v-list-item-content>
</v-list-item> </v-list-item>