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 @@
-

Client

+

Client

V{{ clientVersion }}

-
- {{ newerClientVersions }} +
+
+

+ V{{ version.title }} vom + {{ + new Date(version.isoDate).toLocaleDateString("de", { + month: "long", + day: "2-digit", + year: "numeric", + }) + }} +

+
+
-

Server

+

Server

V{{ serverVersion }}

- {{ newerServerVersions }} +
+

+ V{{ version.title }} vom + {{ + new Date(version.isoDate).toLocaleDateString("de", { + month: "long", + day: "2-digit", + year: "numeric", + }) + }} +

+
+