mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 01:57:02 +01:00
Modernize version display in UI (#16862)
Modernize version display in UI
This commit is contained in:
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user