diff options
| author | JPVenson <github@jpb.email> | 2026-05-21 19:27:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-21 19:27:55 +0200 |
| commit | 49cc2f78990d2b78c0dabea327ddd79c8f90e2ef (patch) | |
| tree | 381ec12342a2ba26a6001559887efaf179869114 /Jellyfin.Server/ServerSetupApp/index.mstemplate.html | |
| parent | 11ca3ade86081d8fe8ef535c577660e623ee0e19 (diff) | |
Modernize version display in UI (#16862)
Modernize version display in UI
Diffstat (limited to 'Jellyfin.Server/ServerSetupApp/index.mstemplate.html')
| -rw-r--r-- | Jellyfin.Server/ServerSetupApp/index.mstemplate.html | 4 |
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}} |
