diff --git a/src/views/account/VersionDisplay.vue b/src/views/account/VersionDisplay.vue index aff4a9b..a0b7b19 100644 --- a/src/views/account/VersionDisplay.vue +++ b/src/views/account/VersionDisplay.vue @@ -9,20 +9,44 @@
V{{ clientVersion }}
+ V{{ version.title }} vom + {{ + new Date(version.isoDate).toLocaleDateString("de", { + month: "long", + day: "2-digit", + year: "numeric", + }) + }} +
+ +V{{ serverVersion }}
+ V{{ version.title }} vom + {{ + new Date(version.isoDate).toLocaleDateString("de", { + month: "long", + day: "2-digit", + year: "numeric", + }) + }} +
+ +