aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Server/ServerSetupApp/index.mstemplate.html')
-rw-r--r--Jellyfin.Server/ServerSetupApp/index.mstemplate.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
index 890a77619d..5706ce1fac 100644
--- a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
+++ b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
@@ -173,9 +173,9 @@
<header class="flex-row">
{{^IF isInReportingMode}}
- <p>Jellyfin Server {{version}} still starting. Please wait.</p>
+ <p>Jellyfin Server {{version.ToString(2)}} still starting. Please wait.</p>
{{#ELSE}}
- <p>Jellyfin Server has encountered an error and was not able to start.</p>
+ <p>Jellyfin Server {{version.ToString(2)}} has encountered an error and was not able to start.</p>
{{/ELSE}}
{{/IF}}