diff options
| author | JPVenson <github@jpb.email> | 2025-10-27 13:01:52 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2025-10-27 13:01:52 +0000 |
| commit | 81f1cc78b243f84a1d6ae15cbd43b8540c450fed (patch) | |
| tree | dbd11b944990c3244e26ed96882050c0782e835e /Jellyfin.Server/ServerSetupApp/index.mstemplate.html | |
| parent | efd659412f96ed120866dab350705e1735c085ae (diff) | |
Add version to StartupUI
Diffstat (limited to 'Jellyfin.Server/ServerSetupApp/index.mstemplate.html')
| -rw-r--r-- | Jellyfin.Server/ServerSetupApp/index.mstemplate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html index 523f38d74a..e5db259cfa 100644 --- a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html +++ b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html @@ -173,7 +173,7 @@ <header class="flex-row"> {{^IF isInReportingMode}} - <p>Jellyfin Server still starting. Please wait.</p> + <p>Jellyfin Server {{version}} still starting. Please wait.</p> {{#ELSE}} <p>Jellyfin Server has encountered an error and was not able to start.</p> {{/ELSE}} |
