aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2026-06-22 02:32:59 -0400
committerJoshua M. Boniface <joshua@boniface.me>2026-06-22 02:32:59 -0400
commit58e9e3423a4e0075b6f62c9c094feadd15ef4d98 (patch)
tree78c7ede3b2e0e01f24d1f9499a57c115eac84b79
parentc257fd50048b758a9cda3288621170d1c45b5cdf (diff)
Remove server version from page title
This leaks additional information publicly, and is not really necessary/useful.
-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 b523dc6276..358bef81c8 100644
--- a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
+++ b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
@@ -316,12 +316,12 @@
{{^IF isInReportingMode}}
<div class="status-card">
<div class="spinner" aria-hidden="true"></div>
- <p class="status-text">Jellyfin Server {{version.ToString(2)}} is still starting. Please wait&hellip; {{currentActivity}}</p>
+ <p class="status-text">Jellyfin is still starting. Please wait&hellip; {{currentActivity}}</p>
</div>
{{#ELSE}}
<div class="status-card is-error">
<span class="error-mark" aria-hidden="true">❌</span>
- <p class="status-text">Jellyfin Server {{version.ToString(2)}} has encountered an error and was not able to start.</p>
+ <p class="status-text">Jellyfin has encountered an error and was not able to start.</p>
</div>
{{/ELSE}}
{{/IF}}